#cbfef5
a pale, electric cyan · cool · closest name: ivory
RGB
203, 254, 245
HSL
169°, 96%, 90%
CMYK
20, 0, 4, 0
Luminance
0.9017
Every format
| HEX | #cbfef5 |
| RGB | rgb(203, 254, 245) |
| HSL | hsl(169, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 4%, 0%) |
| LAB | lab(96.1 -17.9 -1.0) |
| LCH | lch(96.1 17.9 183.3) |
| OKLCH | oklch(0.959 0.053 183.2) |
Copy-ready code
/* CSS */
color: #cbfef5;
background-color: #cbfef5;
/* Tailwind (arbitrary) */
class="text-[#cbfef5] bg-[#cbfef5]"
/* SCSS */
$brand: #cbfef5;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.961)
/* Android */
Color.parseColor("#cbfef5")Accessibility — WCAG contrast
Aa
#cbfef5 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfef5 on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue96.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow3.5%
Key (black)0.4%
Color previews
#cbfef5 text on a black background
contrast 19.03:1
Card sample
#cbfef5 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfef5;
Background color
Panel with #cbfef5 background
background-color: #cbfef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfef5; background: linear-gradient(135deg, #cbfef5, #CBE5FE);