#bdeccf
a light, vivid green · cool · closest name: beige
RGB
189, 236, 207
HSL
143°, 55%, 83%
CMYK
20, 0, 12, 8
Luminance
0.7531
Every format
| HEX | #bdeccf |
| RGB | rgb(189, 236, 207) |
| HSL | hsl(143, 55%, 83%) |
| CMYK | cmyk(20%, 0%, 12%, 8%) |
| LAB | lab(89.5 -20.7 9.1) |
| LCH | lch(89.5 22.6 156.2) |
| OKLCH | oklch(0.902 0.063 157.8) |
Copy-ready code
/* CSS */
color: #bdeccf;
background-color: #bdeccf;
/* Tailwind (arbitrary) */
class="text-[#bdeccf] bg-[#bdeccf]"
/* SCSS */
$brand: #bdeccf;
/* SwiftUI */
Color(red: 0.741, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#bdeccf")Accessibility — WCAG contrast
Aa
#bdeccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeccf on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#bdeccf text on a black background
contrast 16.06:1
Card sample
#bdeccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeccf;
Background color
Panel with #bdeccf background
background-color: #bdeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeccf; background: linear-gradient(135deg, #bdeccf, #BDEAEC);