#bedfd2
a light, soft green · cool · closest name: silver
RGB
190, 223, 210
HSL
156°, 34%, 81%
CMYK
15, 0, 6, 13
Luminance
0.6838
Every format
| HEX | #bedfd2 |
| RGB | rgb(190, 223, 210) |
| HSL | hsl(156, 34%, 81%) |
| CMYK | cmyk(15%, 0%, 6%, 13%) |
| LAB | lab(86.2 -13.4 2.7) |
| LCH | lch(86.2 13.6 168.5) |
| OKLCH | oklch(0.876 0.039 169.6) |
Copy-ready code
/* CSS */
color: #bedfd2;
background-color: #bedfd2;
/* Tailwind (arbitrary) */
class="text-[#bedfd2] bg-[#bedfd2]"
/* SCSS */
$brand: #bedfd2;
/* SwiftUI */
Color(red: 0.745, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#bedfd2")Accessibility — WCAG contrast
Aa
#bedfd2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedfd2 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.5%
Blue82.4%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow5.8%
Key (black)12.5%
Color previews
#bedfd2 text on a black background
contrast 14.68:1
Card sample
#bedfd2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedfd2;
Background color
Panel with #bedfd2 background
background-color: #bedfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedfd2; background: linear-gradient(135deg, #bedfd2, #BED6DF);