#cceee3
a pale, vivid cyan · cool · closest name: beige
RGB
204, 238, 227
HSL
161°, 50%, 87%
CMYK
14, 0, 5, 7
Luminance
0.7953
Every format
| HEX | #cceee3 |
| RGB | rgb(204, 238, 227) |
| HSL | hsl(161, 50%, 87%) |
| CMYK | cmyk(14%, 0%, 5%, 7%) |
| LAB | lab(91.5 -13.1 1.6) |
| LCH | lch(91.5 13.2 173.0) |
| OKLCH | oklch(0.922 0.038 173.9) |
Copy-ready code
/* CSS */
color: #cceee3;
background-color: #cceee3;
/* Tailwind (arbitrary) */
class="text-[#cceee3] bg-[#cceee3]"
/* SCSS */
$brand: #cceee3;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#cceee3")Accessibility — WCAG contrast
Aa
#cceee3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceee3 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue89.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#cceee3 text on a black background
contrast 16.91:1
Card sample
#cceee3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceee3;
Background color
Panel with #cceee3 background
background-color: #cceee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceee3; background: linear-gradient(135deg, #cceee3, #CCE2EE);