#cbeaf2
a pale, vivid cyan · cool · closest name: lavender
RGB
203, 234, 242
HSL
192°, 60%, 87%
CMYK
16, 3, 0, 5
Luminance
0.7795
Every format
| HEX | #cbeaf2 |
| RGB | rgb(203, 234, 242) |
| HSL | hsl(192, 60%, 87%) |
| CMYK | cmyk(16%, 3%, 0%, 5%) |
| LAB | lab(90.8 -8.5 -7.3) |
| LCH | lch(90.8 11.2 220.6) |
| OKLCH | oklch(0.917 0.034 215.0) |
Copy-ready code
/* CSS */
color: #cbeaf2;
background-color: #cbeaf2;
/* Tailwind (arbitrary) */
class="text-[#cbeaf2] bg-[#cbeaf2]"
/* SCSS */
$brand: #cbeaf2;
/* SwiftUI */
Color(red: 0.796, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#cbeaf2")Accessibility — WCAG contrast
Aa
#cbeaf2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeaf2 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green91.8%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#cbeaf2 text on a black background
contrast 16.59:1
Card sample
#cbeaf2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeaf2;
Background color
Panel with #cbeaf2 background
background-color: #cbeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeaf2; background: linear-gradient(135deg, #cbeaf2, #CBD0F2);