#cbe4df
a light, soft cyan · cool · closest name: silver
RGB
203, 228, 223
HSL
168°, 32%, 85%
CMYK
11, 0, 2, 11
Luminance
0.7351
Every format
| HEX | #cbe4df |
| RGB | rgb(203, 228, 223) |
| HSL | hsl(168, 32%, 85%) |
| CMYK | cmyk(11%, 0%, 2%, 11%) |
| LAB | lab(88.7 -9.2 -0.4) |
| LCH | lch(88.7 9.2 182.2) |
| OKLCH | oklch(0.899 0.027 182.3) |
Copy-ready code
/* CSS */
color: #cbe4df;
background-color: #cbe4df;
/* Tailwind (arbitrary) */
class="text-[#cbe4df] bg-[#cbe4df]"
/* SCSS */
$brand: #cbe4df;
/* SwiftUI */
Color(red: 0.796, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#cbe4df")Accessibility — WCAG contrast
Aa
#cbe4df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe4df on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green89.4%
Blue87.5%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#cbe4df text on a black background
contrast 15.70:1
Card sample
#cbe4df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe4df;
Background color
Panel with #cbe4df background
background-color: #cbe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe4df; background: linear-gradient(135deg, #cbe4df, #CBD8E4);