#ceffb3
a pale, electric green · cool · closest name: khaki
RGB
206, 255, 179
HSL
99°, 100%, 85%
CMYK
19, 0, 30, 0
Luminance
0.8790
Every format
| HEX | #ceffb3 |
| RGB | rgb(206, 255, 179) |
| HSL | hsl(99, 100%, 85%) |
| CMYK | cmyk(19%, 0%, 30%, 0%) |
| LAB | lab(95.1 -28.8 31.4) |
| LCH | lch(95.1 42.6 132.6) |
| OKLCH | oklch(0.948 0.111 134.8) |
Copy-ready code
/* CSS */
color: #ceffb3;
background-color: #ceffb3;
/* Tailwind (arbitrary) */
class="text-[#ceffb3] bg-[#ceffb3]"
/* SCSS */
$brand: #ceffb3;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#ceffb3")Accessibility — WCAG contrast
Aa
#ceffb3 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffb3 on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue70.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#ceffb3 text on a black background
contrast 18.58:1
Card sample
#ceffb3 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffb3;
Background color
Panel with #ceffb3 background
background-color: #ceffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffb3; background: linear-gradient(135deg, #ceffb3, #B3FFCB);