HSL(263, 48%, 97%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,48%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 48%, 97%) | color: hsl(263, 48%, 97%) | |
| HEX | #F6F4FB | color: #F6F4FB | |
| RGB | rgb(246, 244, 251) | color: rgb(246, 244, 251) | |
| CMYK | cmyk(2%, 3%, 0%, 2%) | — | |
| HSV | hsv(257, 3%, 98%) | — | |
| HWB | hwb(257 95% 2%) | color: hwb(257 95% 2%) | |
| OKLCH | oklch(0.9707 0.0095 299.24) | color: oklch(0.9707 0.0095 299.24) | |
| Lab | lab(96.52 1.91 -3.12) | color: lab(96.52 1.91 -3.12) | |
| LCH | lch(96.52 3.66 301.47) | color: lch(96.52 3.66 301.47) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#F5F5F9 — rgb(245, 245, 249)
Deuteranopia (Green-blind)
#F5F5F9 — rgb(245, 245, 249)
Tritanopia (Blue-blind)
#F6F8F8 — rgb(246, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 48%, 97%);
text
color: hsl(263, 48%, 97%);
border
border: 2px solid hsl(263, 48%, 97%);
gradient light
background: linear-gradient(to right, hsl(263, 48%, 100%), hsl(263, 48%, 97%));
gradient dark
background: linear-gradient(to right, hsl(263, 48%, 97%), hsl(263, 48%, 77%))
hex
background-color: #F6F4FB;
tailwind
bg-[hsl(263,48%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 48%, 97%, 0.4);
css variable
--color-primary: hsl(263, 48%, 97%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 48%, 97%)?
HEX: #F6F4FB | RGB: rgb(246, 244, 251) | CMYK: 2%, 3%, 0%, 2% | HSV: 257°, 3%, 98%. Copy any format from the conversion table above.
What colors go well with #F6F4FB?
The complementary color is HSL(83, 48%, 97%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 48%, 97%) in CSS?
As HSL: color: hsl(263, 48%, 97%); — As HEX: color: #F6F4FB; — As RGB: color: rgb(246, 244, 251); — Tailwind CSS: bg-[hsl(263,48%,97%)] — CSS variable: --color-primary: hsl(263, 48%, 97%);