#cbf8fe
a pale, electric cyan · cool · closest name: white
RGB
203, 248, 254
HSL
187°, 96%, 90%
CMYK
20, 2, 0, 0
Luminance
0.8699
Every format
| HEX | #cbf8fe |
| RGB | rgb(203, 248, 254) |
| HSL | hsl(187, 96%, 90%) |
| CMYK | cmyk(20%, 2%, 0%, 0%) |
| LAB | lab(94.7 -13.1 -7.6) |
| LCH | lch(94.7 15.1 210.3) |
| OKLCH | oklch(0.950 0.047 206.3) |
Copy-ready code
/* CSS */
color: #cbf8fe;
background-color: #cbf8fe;
/* Tailwind (arbitrary) */
class="text-[#cbf8fe] bg-[#cbf8fe]"
/* SCSS */
$brand: #cbf8fe;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#cbf8fe")Accessibility — WCAG contrast
Aa
#cbf8fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8fe on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cbf8fe text on a black background
contrast 18.40:1
Card sample
#cbf8fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8fe;
Background color
Panel with #cbf8fe background
background-color: #cbf8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8fe; background: linear-gradient(135deg, #cbf8fe, #CBD6FE);