#cfe3df
a pale, soft cyan · cool · closest name: silver
RGB
207, 227, 223
HSL
168°, 26%, 85%
CMYK
9, 0, 2, 11
Luminance
0.7353
Every format
| HEX | #cfe3df |
| RGB | rgb(207, 227, 223) |
| HSL | hsl(168, 26%, 85%) |
| CMYK | cmyk(9%, 0%, 2%, 11%) |
| LAB | lab(88.7 -7.4 -0.3) |
| LCH | lch(88.7 7.4 182.5) |
| OKLCH | oklch(0.900 0.022 182.5) |
Copy-ready code
/* CSS */
color: #cfe3df;
background-color: #cfe3df;
/* Tailwind (arbitrary) */
class="text-[#cfe3df] bg-[#cfe3df]"
/* SCSS */
$brand: #cfe3df;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#cfe3df")Accessibility — WCAG contrast
Aa
#cfe3df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3df on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue87.5%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#cfe3df text on a black background
contrast 15.71:1
Card sample
#cfe3df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3df;
Background color
Panel with #cfe3df background
background-color: #cfe3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3df; background: linear-gradient(135deg, #cfe3df, #CFDAE3);