#cbfcf7
a pale, electric cyan · cool · closest name: white
RGB
203, 252, 247
HSL
174°, 89%, 89%
CMYK
19, 0, 2, 1
Luminance
0.8903
Every format
| HEX | #cbfcf7 |
| RGB | rgb(203, 252, 247) |
| HSL | hsl(174, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 2%, 1%) |
| LAB | lab(95.6 -16.5 -2.7) |
| LCH | lch(95.6 16.7 189.4) |
| OKLCH | oklch(0.956 0.050 188.7) |
Copy-ready code
/* CSS */
color: #cbfcf7;
background-color: #cbfcf7;
/* Tailwind (arbitrary) */
class="text-[#cbfcf7] bg-[#cbfcf7]"
/* SCSS */
$brand: #cbfcf7;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#cbfcf7")Accessibility — WCAG contrast
Aa
#cbfcf7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcf7 on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue96.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#cbfcf7 text on a black background
contrast 18.81:1
Card sample
#cbfcf7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcf7;
Background color
Panel with #cbfcf7 background
background-color: #cbfcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcf7; background: linear-gradient(135deg, #cbfcf7, #CBE0FC);