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