#cbfeef
a pale, electric cyan · cool · closest name: ivory
RGB
203, 254, 239
HSL
162°, 96%, 90%
CMYK
20, 0, 6, 0
Luminance
0.8981
Every format
| HEX | #cbfeef |
| RGB | rgb(203, 254, 239) |
| HSL | hsl(162, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 6%, 0%) |
| LAB | lab(95.9 -19.0 1.9) |
| LCH | lch(95.9 19.1 174.4) |
| OKLCH | oklch(0.958 0.056 175.2) |
Copy-ready code
/* CSS */
color: #cbfeef;
background-color: #cbfeef;
/* Tailwind (arbitrary) */
class="text-[#cbfeef] bg-[#cbfeef]"
/* SCSS */
$brand: #cbfeef;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#cbfeef")Accessibility — WCAG contrast
Aa
#cbfeef on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeef on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue93.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#cbfeef text on a black background
contrast 18.96:1
Card sample
#cbfeef text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeef;
Background color
Panel with #cbfeef background
background-color: #cbfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeef; background: linear-gradient(135deg, #cbfeef, #CBEBFE);