#cbe0df
a light, soft cyan · cool · closest name: silver
RGB
203, 224, 223
HSL
177°, 25%, 84%
CMYK
9, 0, 0, 12
Luminance
0.7134
Every format
| HEX | #cbe0df |
| RGB | rgb(203, 224, 223) |
| HSL | hsl(177, 25%, 84%) |
| CMYK | cmyk(9%, 0%, 0%, 12%) |
| LAB | lab(87.7 -7.1 -1.9) |
| LCH | lch(87.7 7.4 194.8) |
| OKLCH | oklch(0.891 0.022 193.3) |
Copy-ready code
/* CSS */
color: #cbe0df;
background-color: #cbe0df;
/* Tailwind (arbitrary) */
class="text-[#cbe0df] bg-[#cbe0df]"
/* SCSS */
$brand: #cbe0df;
/* SwiftUI */
Color(red: 0.796, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#cbe0df")Accessibility — WCAG contrast
Aa
#cbe0df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe0df on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.8%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#cbe0df text on a black background
contrast 15.27:1
Card sample
#cbe0df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe0df;
Background color
Panel with #cbe0df background
background-color: #cbe0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe0df; background: linear-gradient(135deg, #cbe0df, #CBD3E0);