#bccee7
a light, vivid blue · cool · closest name: lavender
RGB
188, 206, 231
HSL
215°, 47%, 82%
CMYK
19, 11, 0, 9
Luminance
0.6060
Every format
| HEX | #bccee7 |
| RGB | rgb(188, 206, 231) |
| HSL | hsl(215, 47%, 82%) |
| CMYK | cmyk(19%, 11%, 0%, 9%) |
| LAB | lab(82.2 -0.9 -14.4) |
| LCH | lch(82.2 14.4 266.4) |
| OKLCH | oklch(0.846 0.040 256.6) |
Copy-ready code
/* CSS */
color: #bccee7;
background-color: #bccee7;
/* Tailwind (arbitrary) */
class="text-[#bccee7] bg-[#bccee7]"
/* SCSS */
$brand: #bccee7;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.906)
/* Android */
Color.parseColor("#bccee7")Accessibility — WCAG contrast
Aa
#bccee7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccee7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue90.6%
CMYK percentages
Cyan18.6%
Magenta10.8%
Yellow0.0%
Key (black)9.4%
Color previews
#bccee7 text on a black background
contrast 13.12:1
Card sample
#bccee7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccee7;
Background color
Panel with #bccee7 background
background-color: #bccee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccee7; background: linear-gradient(135deg, #bccee7, #C7BCE7);