#cbf7ff
a pale, electric cyan · cool · closest name: white
RGB
203, 247, 255
HSL
189°, 100%, 90%
CMYK
20, 3, 0, 0
Luminance
0.8644
Every format
| HEX | #cbf7ff |
| RGB | rgb(203, 247, 255) |
| HSL | hsl(189, 100%, 90%) |
| CMYK | cmyk(20%, 3%, 0%, 0%) |
| LAB | lab(94.5 -12.3 -8.5) |
| LCH | lch(94.5 15.0 214.5) |
| OKLCH | oklch(0.948 0.046 209.9) |
Copy-ready code
/* CSS */
color: #cbf7ff;
background-color: #cbf7ff;
/* Tailwind (arbitrary) */
class="text-[#cbf7ff] bg-[#cbf7ff]"
/* SCSS */
$brand: #cbf7ff;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#cbf7ff")Accessibility — WCAG contrast
Aa
#cbf7ff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7ff on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cbf7ff text on a black background
contrast 18.29:1
Card sample
#cbf7ff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7ff;
Background color
Panel with #cbf7ff background
background-color: #cbf7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7ff; background: linear-gradient(135deg, #cbf7ff, #CBD4FF);