#cbfbf2
a pale, electric cyan · cool · closest name: ivory
RGB
203, 251, 242
HSL
169°, 86%, 89%
CMYK
19, 0, 4, 2
Luminance
0.8810
Every format
| HEX | #cbfbf2 |
| RGB | rgb(203, 251, 242) |
| HSL | hsl(169, 86%, 89%) |
| CMYK | cmyk(19%, 0%, 4%, 2%) |
| LAB | lab(95.2 -17.0 -0.7) |
| LCH | lch(95.2 17.0 182.5) |
| OKLCH | oklch(0.952 0.050 182.5) |
Copy-ready code
/* CSS */
color: #cbfbf2;
background-color: #cbfbf2;
/* Tailwind (arbitrary) */
class="text-[#cbfbf2] bg-[#cbfbf2]"
/* SCSS */
$brand: #cbfbf2;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#cbfbf2")Accessibility — WCAG contrast
Aa
#cbfbf2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfbf2 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue94.9%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#cbfbf2 text on a black background
contrast 18.62:1
Card sample
#cbfbf2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfbf2;
Background color
Panel with #cbfbf2 background
background-color: #cbfbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfbf2; background: linear-gradient(135deg, #cbfbf2, #CBE4FB);