#cfe4df
a pale, soft cyan · cool · closest name: white
RGB
207, 228, 223
HSL
166°, 28%, 85%
CMYK
9, 0, 2, 11
Luminance
0.7408
Every format
| HEX | #cfe4df |
| RGB | rgb(207, 228, 223) |
| HSL | hsl(166, 28%, 85%) |
| CMYK | cmyk(9%, 0%, 2%, 11%) |
| LAB | lab(89.0 -7.9 0.1) |
| LCH | lch(89.0 7.9 179.6) |
| OKLCH | oklch(0.902 0.023 179.9) |
Copy-ready code
/* CSS */
color: #cfe4df;
background-color: #cfe4df;
/* Tailwind (arbitrary) */
class="text-[#cfe4df] bg-[#cfe4df]"
/* SCSS */
$brand: #cfe4df;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#cfe4df")Accessibility — WCAG contrast
Aa
#cfe4df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4df on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue87.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#cfe4df text on a black background
contrast 15.82:1
Card sample
#cfe4df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4df;
Background color
Panel with #cfe4df background
background-color: #cfe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4df; background: linear-gradient(135deg, #cfe4df, #CFDBE4);