HSL(226, 83%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,83%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 83%, 83%) | color: hsl(226, 83%, 83%) | |
| HEX | #B0C0F8 | color: #B0C0F8 | |
| RGB | rgb(176, 192, 248) | color: rgb(176, 192, 248) | |
| CMYK | cmyk(29%, 23%, 0%, 3%) | — | |
| HSV | hsv(227, 29%, 97%) | — | |
| HWB | hwb(227 69% 3%) | color: hwb(227 69% 3%) | |
| OKLCH | oklch(0.8153 0.0812 272.13) | color: oklch(0.8153 0.0812 272.13) | |
| Lab | lab(78.29 6.91 -29.43) | color: lab(78.29 6.91 -29.43) | |
| LCH | lch(78.29 30.23 283.21) | color: lch(78.29 30.23 283.21) |
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)
#B7B7EA — rgb(183, 183, 234)
Deuteranopia (Green-blind)
#B6B5E7 — rgb(182, 181, 231)
Tritanopia (Blue-blind)
#B1E0DD — rgb(177, 224, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 83%, 83%);
text
color: hsl(226, 83%, 83%);
border
border: 2px solid hsl(226, 83%, 83%);
gradient light
background: linear-gradient(to right, hsl(226, 83%, 100%), hsl(226, 83%, 83%));
gradient dark
background: linear-gradient(to right, hsl(226, 83%, 83%), hsl(226, 83%, 63%))
hex
background-color: #B0C0F8;
tailwind
bg-[hsl(226,83%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 83%, 83%, 0.4);
css variable
--color-primary: hsl(226, 83%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 83%, 83%)?
HEX: #B0C0F8 | RGB: rgb(176, 192, 248) | CMYK: 29%, 23%, 0%, 3% | HSV: 227°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #B0C0F8?
The complementary color is HSL(46, 83%, 83%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 83%, 83%) in CSS?
As HSL: color: hsl(226, 83%, 83%); — As HEX: color: #B0C0F8; — As RGB: color: rgb(176, 192, 248); — Tailwind CSS: bg-[hsl(226,83%,83%)] — CSS variable: --color-primary: hsl(226, 83%, 83%);