#cfebd6
a pale, soft green · cool · closest name: beige
RGB
207, 235, 214
HSL
135°, 41%, 87%
CMYK
12, 0, 9, 8
Luminance
0.7754
Every format
| HEX | #cfebd6 |
| RGB | rgb(207, 235, 214) |
| HSL | hsl(135, 41%, 87%) |
| CMYK | cmyk(12%, 0%, 9%, 8%) |
| LAB | lab(90.6 -13.1 7.1) |
| LCH | lch(90.6 14.9 151.5) |
| OKLCH | oklch(0.914 0.041 153.1) |
Copy-ready code
/* CSS */
color: #cfebd6;
background-color: #cfebd6;
/* Tailwind (arbitrary) */
class="text-[#cfebd6] bg-[#cfebd6]"
/* SCSS */
$brand: #cfebd6;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.839)
/* Android */
Color.parseColor("#cfebd6")Accessibility — WCAG contrast
Aa
#cfebd6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebd6 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue83.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow8.9%
Key (black)7.8%
Color previews
#cfebd6 text on a black background
contrast 16.51:1
Card sample
#cfebd6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebd6;
Background color
Panel with #cfebd6 background
background-color: #cfebd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebd6; background: linear-gradient(135deg, #cfebd6, #CFEBE9);