#cbe7df
a pale, soft cyan · cool · closest name: ivory
RGB
203, 231, 223
HSL
163°, 37%, 85%
CMYK
12, 0, 4, 9
Luminance
0.7518
Every format
| HEX | #cbe7df |
| RGB | rgb(203, 231, 223) |
| HSL | hsl(163, 37%, 85%) |
| CMYK | cmyk(12%, 0%, 4%, 9%) |
| LAB | lab(89.5 -10.7 0.8) |
| LCH | lch(89.5 10.7 175.8) |
| OKLCH | oklch(0.905 0.031 176.5) |
Copy-ready code
/* CSS */
color: #cbe7df;
background-color: #cbe7df;
/* Tailwind (arbitrary) */
class="text-[#cbe7df] bg-[#cbe7df]"
/* SCSS */
$brand: #cbe7df;
/* SwiftUI */
Color(red: 0.796, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#cbe7df")Accessibility — WCAG contrast
Aa
#cbe7df on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe7df on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green90.6%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#cbe7df text on a black background
contrast 16.04:1
Card sample
#cbe7df text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe7df;
Background color
Panel with #cbe7df background
background-color: #cbe7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe7df; background: linear-gradient(135deg, #cbe7df, #CBDCE7);