#b7cfee
a light, vivid blue · cool · closest name: lavender
RGB
183, 207, 238
HSL
214°, 62%, 83%
CMYK
23, 13, 0, 7
Luminance
0.6087
Every format
| HEX | #b7cfee |
| RGB | rgb(183, 207, 238) |
| HSL | hsl(214, 62%, 83%) |
| CMYK | cmyk(23%, 13%, 0%, 7%) |
| LAB | lab(82.3 -1.4 -17.9) |
| LCH | lch(82.3 18.0 265.5) |
| OKLCH | oklch(0.847 0.051 254.9) |
Copy-ready code
/* CSS */
color: #b7cfee;
background-color: #b7cfee;
/* Tailwind (arbitrary) */
class="text-[#b7cfee] bg-[#b7cfee]"
/* SCSS */
$brand: #b7cfee;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#b7cfee")Accessibility — WCAG contrast
Aa
#b7cfee on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cfee on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#b7cfee text on a black background
contrast 13.17:1
Card sample
#b7cfee text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cfee;
Background color
Panel with #b7cfee background
background-color: #b7cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cfee; background: linear-gradient(135deg, #b7cfee, #C3B7EE);