#cefebc
a pale, electric green · cool · closest name: aquamarine
RGB
206, 254, 188
HSL
104°, 97%, 87%
CMYK
19, 0, 26, 0
Luminance
0.8764
Every format
| HEX | #cefebc |
| RGB | rgb(206, 254, 188) |
| HSL | hsl(104, 97%, 87%) |
| CMYK | cmyk(19%, 0%, 26%, 0%) |
| LAB | lab(95.0 -27.0 26.7) |
| LCH | lch(95.0 38.0 135.3) |
| OKLCH | oklch(0.947 0.100 137.3) |
Copy-ready code
/* CSS */
color: #cefebc;
background-color: #cefebc;
/* Tailwind (arbitrary) */
class="text-[#cefebc] bg-[#cefebc]"
/* SCSS */
$brand: #cefebc;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#cefebc")Accessibility — WCAG contrast
Aa
#cefebc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefebc on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue73.7%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#cefebc text on a black background
contrast 18.53:1
Card sample
#cefebc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefebc;
Background color
Panel with #cefebc background
background-color: #cefebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefebc; background: linear-gradient(135deg, #cefebc, #BCFED6);