HSL(201, 100%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,100%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 100%, 82%) | color: hsl(201, 100%, 82%) | |
| HEX | #A3DFFF | color: #A3DFFF | |
| RGB | rgb(163, 223, 255) | color: rgb(163, 223, 255) | |
| CMYK | cmyk(36%, 13%, 0%, 0%) | — | |
| HSV | hsv(201, 36%, 100%) | — | |
| HWB | hwb(201 64% 0%) | color: hwb(201 64% 0%) | |
| OKLCH | oklch(0.8738 0.0754 232.01) | color: oklch(0.8738 0.0754 232.01) | |
| Lab | lab(85.9 -11.4 -21.62) | color: lab(85.9 -11.4 -21.62) | |
| LCH | lch(85.9 24.44 242.2) | color: lch(85.9 24.44 242.2) |
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)
#BDBEF7 — rgb(189, 190, 247)
Deuteranopia (Green-blind)
#BAB5F5 — rgb(186, 181, 245)
Tritanopia (Blue-blind)
#A6F1F0 — rgb(166, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 100%, 82%);
text
color: hsl(201, 100%, 82%);
border
border: 2px solid hsl(201, 100%, 82%);
gradient light
background: linear-gradient(to right, hsl(201, 100%, 100%), hsl(201, 100%, 82%));
gradient dark
background: linear-gradient(to right, hsl(201, 100%, 82%), hsl(201, 100%, 62%))
hex
background-color: #A3DFFF;
tailwind
bg-[hsl(201,100%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 100%, 82%, 0.4);
css variable
--color-primary: hsl(201, 100%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 100%, 82%)?
HEX: #A3DFFF | RGB: rgb(163, 223, 255) | CMYK: 36%, 13%, 0%, 0% | HSV: 201°, 36%, 100%. Copy any format from the conversion table above.
What colors go well with #A3DFFF?
The complementary color is HSL(21, 100%, 82%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 100%, 82%) in CSS?
As HSL: color: hsl(201, 100%, 82%); — As HEX: color: #A3DFFF; — As RGB: color: rgb(163, 223, 255); — Tailwind CSS: bg-[hsl(201,100%,82%)] — CSS variable: --color-primary: hsl(201, 100%, 82%);