#cbeeee
a pale, vivid cyan · cool · closest name: white
RGB
203, 238, 238
HSL
180°, 51%, 87%
CMYK
15, 0, 0, 7
Luminance
0.8002
Every format
| HEX | #cbeeee |
| RGB | rgb(203, 238, 238) |
| HSL | hsl(180, 51%, 87%) |
| CMYK | cmyk(15%, 0%, 0%, 7%) |
| LAB | lab(91.7 -11.3 -3.8) |
| LCH | lch(91.7 11.9 198.6) |
| OKLCH | oklch(0.924 0.036 196.5) |
Copy-ready code
/* CSS */
color: #cbeeee;
background-color: #cbeeee;
/* Tailwind (arbitrary) */
class="text-[#cbeeee] bg-[#cbeeee]"
/* SCSS */
$brand: #cbeeee;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#cbeeee")Accessibility — WCAG contrast
Aa
#cbeeee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeeee on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cbeeee text on a black background
contrast 17.00:1
Card sample
#cbeeee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeeee;
Background color
Panel with #cbeeee background
background-color: #cbeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeeee; background: linear-gradient(135deg, #cbeeee, #CBD7EE);