#cefcbc
a pale, electric green · cool · closest name: aquamarine
RGB
206, 252, 188
HSL
103°, 91%, 86%
CMYK
18, 0, 25, 1
Luminance
0.8637
Every format
| HEX | #cefcbc |
| RGB | rgb(206, 252, 188) |
| HSL | hsl(103, 91%, 86%) |
| CMYK | cmyk(18%, 0%, 25%, 1%) |
| LAB | lab(94.5 -26.1 26.0) |
| LCH | lch(94.5 36.8 135.1) |
| OKLCH | oklch(0.943 0.097 137.0) |
Copy-ready code
/* CSS */
color: #cefcbc;
background-color: #cefcbc;
/* Tailwind (arbitrary) */
class="text-[#cefcbc] bg-[#cefcbc]"
/* SCSS */
$brand: #cefcbc;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#cefcbc")Accessibility — WCAG contrast
Aa
#cefcbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcbc on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue73.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#cefcbc text on a black background
contrast 18.27:1
Card sample
#cefcbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcbc;
Background color
Panel with #cefcbc background
background-color: #cefcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcbc; background: linear-gradient(135deg, #cefcbc, #BCFCD5);