#cbf4ff
a pale, electric cyan · cool · closest name: lavender
RGB
203, 244, 255
HSL
193°, 100%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8462
Every format
| HEX | #cbf4ff |
| RGB | rgb(203, 244, 255) |
| HSL | hsl(193, 100%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(93.7 -10.8 -9.7) |
| LCH | lch(93.7 14.5 221.7) |
| OKLCH | oklch(0.942 0.045 215.8) |
Copy-ready code
/* CSS */
color: #cbf4ff;
background-color: #cbf4ff;
/* Tailwind (arbitrary) */
class="text-[#cbf4ff] bg-[#cbf4ff]"
/* SCSS */
$brand: #cbf4ff;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#cbf4ff")Accessibility — WCAG contrast
Aa
#cbf4ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4ff on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cbf4ff text on a black background
contrast 17.92:1
Card sample
#cbf4ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4ff;
Background color
Panel with #cbf4ff background
background-color: #cbf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4ff; background: linear-gradient(135deg, #cbf4ff, #CBD1FF);