#bdf2cb
a light, vivid green · cool · closest name: beige
RGB
189, 242, 203
HSL
136°, 67%, 85%
CMYK
22, 0, 16, 5
Luminance
0.7863
Every format
| HEX | #bdf2cb |
| RGB | rgb(189, 242, 203) |
| HSL | hsl(136, 67%, 85%) |
| CMYK | cmyk(22%, 0%, 16%, 5%) |
| LAB | lab(91.1 -24.4 13.4) |
| LCH | lch(91.1 27.8 151.2) |
| OKLCH | oklch(0.914 0.076 152.9) |
Copy-ready code
/* CSS */
color: #bdf2cb;
background-color: #bdf2cb;
/* Tailwind (arbitrary) */
class="text-[#bdf2cb] bg-[#bdf2cb]"
/* SCSS */
$brand: #bdf2cb;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#bdf2cb")Accessibility — WCAG contrast
Aa
#bdf2cb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2cb on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue79.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#bdf2cb text on a black background
contrast 16.73:1
Card sample
#bdf2cb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2cb;
Background color
Panel with #bdf2cb background
background-color: #bdf2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2cb; background: linear-gradient(135deg, #bdf2cb, #BDF2EE);