#cbf9ff
a pale, electric cyan · cool · closest name: white
RGB
203, 249, 255
HSL
187°, 100%, 90%
CMYK
20, 2, 0, 0
Luminance
0.8767
Every format
| HEX | #cbf9ff |
| RGB | rgb(203, 249, 255) |
| HSL | hsl(187, 100%, 90%) |
| CMYK | cmyk(20%, 2%, 0%, 0%) |
| LAB | lab(95.0 -13.3 -7.7) |
| LCH | lch(95.0 15.4 210.1) |
| OKLCH | oklch(0.952 0.048 206.1) |
Copy-ready code
/* CSS */
color: #cbf9ff;
background-color: #cbf9ff;
/* Tailwind (arbitrary) */
class="text-[#cbf9ff] bg-[#cbf9ff]"
/* SCSS */
$brand: #cbf9ff;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 1.000)
/* Android */
Color.parseColor("#cbf9ff")Accessibility — WCAG contrast
Aa
#cbf9ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf9ff on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta2.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cbf9ff text on a black background
contrast 18.53:1
Card sample
#cbf9ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf9ff;
Background color
Panel with #cbf9ff background
background-color: #cbf9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf9ff; background: linear-gradient(135deg, #cbf9ff, #CBD6FF);