#cbe3df
a light, soft cyan · cool · closest name: silver
RGB
203, 227, 223
HSL
170°, 30%, 84%
CMYK
11, 0, 2, 11
Luminance
0.7296
Every format
| HEX | #cbe3df |
| RGB | rgb(203, 227, 223) |
| HSL | hsl(170, 30%, 84%) |
| CMYK | cmyk(11%, 0%, 2%, 11%) |
| LAB | lab(88.4 -8.7 -0.8) |
| LCH | lch(88.4 8.7 184.9) |
| OKLCH | oklch(0.897 0.026 184.7) |
Copy-ready code
/* CSS */
color: #cbe3df;
background-color: #cbe3df;
/* Tailwind (arbitrary) */
class="text-[#cbe3df] bg-[#cbe3df]"
/* SCSS */
$brand: #cbe3df;
/* SwiftUI */
Color(red: 0.796, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#cbe3df")Accessibility — WCAG contrast
Aa
#cbe3df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe3df on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green89.0%
Blue87.5%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#cbe3df text on a black background
contrast 15.59:1
Card sample
#cbe3df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe3df;
Background color
Panel with #cbe3df background
background-color: #cbe3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe3df; background: linear-gradient(135deg, #cbe3df, #CBD7E3);