#ceffac
a light, electric green · cool · closest name: khaki
RGB
206, 255, 172
HSL
95°, 100%, 84%
CMYK
19, 0, 33, 0
Luminance
0.8762
Every format
| HEX | #ceffac |
| RGB | rgb(206, 255, 172) |
| HSL | hsl(95, 100%, 84%) |
| CMYK | cmyk(19%, 0%, 33%, 0%) |
| LAB | lab(95.0 -29.8 34.7) |
| LCH | lch(95.0 45.8 130.7) |
| OKLCH | oklch(0.946 0.119 133.1) |
Copy-ready code
/* CSS */
color: #ceffac;
background-color: #ceffac;
/* Tailwind (arbitrary) */
class="text-[#ceffac] bg-[#ceffac]"
/* SCSS */
$brand: #ceffac;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#ceffac")Accessibility — WCAG contrast
Aa
#ceffac on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffac on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue67.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#ceffac text on a black background
contrast 18.52:1
Card sample
#ceffac text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffac;
Background color
Panel with #ceffac background
background-color: #ceffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffac; background: linear-gradient(135deg, #ceffac, #ACFFC1);