#bfe2cc
a light, soft green · cool · closest name: beige
RGB
191, 226, 204
HSL
142°, 38%, 82%
CMYK
16, 0, 10, 11
Luminance
0.6983
Every format
| HEX | #bfe2cc |
| RGB | rgb(191, 226, 204) |
| HSL | hsl(142, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 10%, 11%) |
| LAB | lab(86.9 -15.7 6.9) |
| LCH | lch(86.9 17.1 156.1) |
| OKLCH | oklch(0.881 0.048 157.7) |
Copy-ready code
/* CSS */
color: #bfe2cc;
background-color: #bfe2cc;
/* Tailwind (arbitrary) */
class="text-[#bfe2cc] bg-[#bfe2cc]"
/* SCSS */
$brand: #bfe2cc;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.800)
/* Android */
Color.parseColor("#bfe2cc")Accessibility — WCAG contrast
Aa
#bfe2cc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2cc on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue80.0%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow9.7%
Key (black)11.4%
Color previews
#bfe2cc text on a black background
contrast 14.97:1
Card sample
#bfe2cc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2cc;
Background color
Panel with #bfe2cc background
background-color: #bfe2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2cc; background: linear-gradient(135deg, #bfe2cc, #BFE1E2);