HSL(198, 53%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(198,53%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(198, 53%, 76%) | color: hsl(198, 53%, 76%) | |
| HEX | #A1CFE2 | color: #A1CFE2 | |
| RGB | rgb(161, 207, 226) | color: rgb(161, 207, 226) | |
| CMYK | cmyk(29%, 8%, 0%, 11%) | — | |
| HSV | hsv(198, 29%, 89%) | — | |
| HWB | hwb(198 63% 11%) | color: hwb(198 63% 11%) | |
| OKLCH | oklch(0.8283 0.055 225.12) | color: oklch(0.8283 0.055 225.12) | |
| Lab | lab(80.57 -10.64 -14.28) | color: lab(80.57 -10.64 -14.28) | |
| LCH | lch(80.57 17.81 233.31) | color: lch(80.57 17.81 233.31) |
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)
#B5B5DD — rgb(181, 181, 221)
Deuteranopia (Green-blind)
#B2AFDC — rgb(178, 175, 220)
Tritanopia (Blue-blind)
#A3DAD9 — rgb(163, 218, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(198, 53%, 76%);
text
color: hsl(198, 53%, 76%);
border
border: 2px solid hsl(198, 53%, 76%);
gradient light
background: linear-gradient(to right, hsl(198, 53%, 96%), hsl(198, 53%, 76%));
gradient dark
background: linear-gradient(to right, hsl(198, 53%, 76%), hsl(198, 53%, 56%))
hex
background-color: #A1CFE2;
tailwind
bg-[hsl(198,53%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(198, 53%, 76%, 0.4);
css variable
--color-primary: hsl(198, 53%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(198, 53%, 76%)?
HEX: #A1CFE2 | RGB: rgb(161, 207, 226) | CMYK: 29%, 8%, 0%, 11% | HSV: 198°, 29%, 89%. Copy any format from the conversion table above.
What colors go well with #A1CFE2?
The complementary color is HSL(18, 53%, 76%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(198, 53%, 76%) in CSS?
As HSL: color: hsl(198, 53%, 76%); — As HEX: color: #A1CFE2; — As RGB: color: rgb(161, 207, 226); — Tailwind CSS: bg-[hsl(198,53%,76%)] — CSS variable: --color-primary: hsl(198, 53%, 76%);