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