#cfe7db
a pale, soft green · cool · closest name: beige
RGB
207, 231, 219
HSL
150°, 33%, 86%
CMYK
10, 0, 5, 9
Luminance
0.7553
Every format
| HEX | #cfe7db |
| RGB | rgb(207, 231, 219) |
| HSL | hsl(150, 33%, 86%) |
| CMYK | cmyk(10%, 0%, 5%, 9%) |
| LAB | lab(89.6 -10.2 3.1) |
| LCH | lch(89.6 10.6 162.8) |
| OKLCH | oklch(0.907 0.030 164.2) |
Copy-ready code
/* CSS */
color: #cfe7db;
background-color: #cfe7db;
/* Tailwind (arbitrary) */
class="text-[#cfe7db] bg-[#cfe7db]"
/* SCSS */
$brand: #cfe7db;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.859)
/* Android */
Color.parseColor("#cfe7db")Accessibility — WCAG contrast
Aa
#cfe7db on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7db on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue85.9%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow5.2%
Key (black)9.4%
Color previews
#cfe7db text on a black background
contrast 16.11:1
Card sample
#cfe7db text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7db;
Background color
Panel with #cfe7db background
background-color: #cfe7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7db; background: linear-gradient(135deg, #cfe7db, #CFE3E7);