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