HSL(263, 63%, 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,63%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 63%, 97%) | color: hsl(263, 63%, 97%) | |
| HEX | #F6F3FC | color: #F6F3FC | |
| RGB | rgb(246, 243, 252) | color: rgb(246, 243, 252) | |
| CMYK | cmyk(2%, 4%, 0%, 1%) | — | |
| HSV | hsv(260, 4%, 99%) | — | |
| HWB | hwb(260 95% 1%) | color: hwb(260 95% 1%) | |
| OKLCH | oklch(0.969 0.0123 301.29) | color: oklch(0.969 0.0123 301.29) | |
| Lab | lab(96.3 2.6 -3.96) | color: lab(96.3 2.6 -3.96) | |
| LCH | lch(96.3 4.74 303.29) | color: lch(96.3 4.74 303.29) |
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)
#F5F5FA — rgb(245, 245, 250)
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, 63%, 97%);
text
color: hsl(263, 63%, 97%);
border
border: 2px solid hsl(263, 63%, 97%);
gradient light
background: linear-gradient(to right, hsl(263, 63%, 100%), hsl(263, 63%, 97%));
gradient dark
background: linear-gradient(to right, hsl(263, 63%, 97%), hsl(263, 63%, 77%))
hex
background-color: #F6F3FC;
tailwind
bg-[hsl(263,63%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 63%, 97%, 0.4);
css variable
--color-primary: hsl(263, 63%, 97%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 63%, 97%)?
HEX: #F6F3FC | RGB: rgb(246, 243, 252) | CMYK: 2%, 4%, 0%, 1% | HSV: 260°, 4%, 99%. Copy any format from the conversion table above.
What colors go well with #F6F3FC?
The complementary color is HSL(83, 63%, 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, 63%, 97%) in CSS?
As HSL: color: hsl(263, 63%, 97%); — As HEX: color: #F6F3FC; — As RGB: color: rgb(246, 243, 252); — Tailwind CSS: bg-[hsl(263,63%,97%)] — CSS variable: --color-primary: hsl(263, 63%, 97%);