#ceffbf
a pale, electric green · cool · closest name: aquamarine
RGB
206, 255, 191
HSL
106°, 100%, 88%
CMYK
19, 0, 25, 0
Luminance
0.8840
Every format
| HEX | #ceffbf |
| RGB | rgb(206, 255, 191) |
| HSL | hsl(106, 100%, 88%) |
| CMYK | cmyk(19%, 0%, 25%, 0%) |
| LAB | lab(95.3 -27.0 25.6) |
| LCH | lch(95.3 37.2 136.5) |
| OKLCH | oklch(0.950 0.098 138.4) |
Copy-ready code
/* CSS */
color: #ceffbf;
background-color: #ceffbf;
/* Tailwind (arbitrary) */
class="text-[#ceffbf] bg-[#ceffbf]"
/* SCSS */
$brand: #ceffbf;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#ceffbf")Accessibility — WCAG contrast
Aa
#ceffbf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffbf on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue74.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#ceffbf text on a black background
contrast 18.68:1
Card sample
#ceffbf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffbf;
Background color
Panel with #ceffbf background
background-color: #ceffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffbf; background: linear-gradient(135deg, #ceffbf, #BFFFDB);