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