#cedbaf
a light, soft green · cool · closest name: beige
RGB
206, 219, 175
HSL
78°, 38%, 77%
CMYK
6, 0, 20, 14
Luminance
0.6688
Every format
| HEX | #cedbaf |
| RGB | rgb(206, 219, 175) |
| HSL | hsl(78, 38%, 77%) |
| CMYK | cmyk(6%, 0%, 20%, 14%) |
| LAB | lab(85.4 -11.9 20.2) |
| LCH | lch(85.4 23.5 120.5) |
| OKLCH | oklch(0.870 0.060 121.0) |
Copy-ready code
/* CSS */
color: #cedbaf;
background-color: #cedbaf;
/* Tailwind (arbitrary) */
class="text-[#cedbaf] bg-[#cedbaf]"
/* SCSS */
$brand: #cedbaf;
/* SwiftUI */
Color(red: 0.808, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#cedbaf")Accessibility — WCAG contrast
Aa
#cedbaf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedbaf on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.9%
Blue68.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#cedbaf text on a black background
contrast 14.38:1
Card sample
#cedbaf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedbaf;
Background color
Panel with #cedbaf background
background-color: #cedbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedbaf; background: linear-gradient(135deg, #cedbaf, #B1DBAF);