#beddbb
a light, soft green · cool · closest name: beige
RGB
190, 221, 187
HSL
115°, 33%, 80%
CMYK
14, 0, 15, 13
Luminance
0.6625
Every format
| HEX | #beddbb |
| RGB | rgb(190, 221, 187) |
| HSL | hsl(115, 33%, 80%) |
| CMYK | cmyk(14%, 0%, 15%, 13%) |
| LAB | lab(85.1 -16.6 13.3) |
| LCH | lch(85.1 21.3 141.2) |
| OKLCH | oklch(0.866 0.057 142.7) |
Copy-ready code
/* CSS */
color: #beddbb;
background-color: #beddbb;
/* Tailwind (arbitrary) */
class="text-[#beddbb] bg-[#beddbb]"
/* SCSS */
$brand: #beddbb;
/* SwiftUI */
Color(red: 0.745, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#beddbb")Accessibility — WCAG contrast
Aa
#beddbb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beddbb on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.7%
Blue73.3%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow15.4%
Key (black)13.3%
Color previews
#beddbb text on a black background
contrast 14.25:1
Card sample
#beddbb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beddbb;
Background color
Panel with #beddbb background
background-color: #beddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beddbb; background: linear-gradient(135deg, #beddbb, #BBDDCF);