#ceffca
a pale, electric green · cool · closest name: beige
RGB
206, 255, 202
HSL
116°, 100%, 90%
CMYK
19, 0, 21, 0
Luminance
0.8891
Every format
| HEX | #ceffca |
| RGB | rgb(206, 255, 202) |
| HSL | hsl(116, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 21%, 0%) |
| LAB | lab(95.5 -25.3 20.3) |
| LCH | lch(95.5 32.4 141.2) |
| OKLCH | oklch(0.953 0.086 142.9) |
Copy-ready code
/* CSS */
color: #ceffca;
background-color: #ceffca;
/* Tailwind (arbitrary) */
class="text-[#ceffca] bg-[#ceffca]"
/* SCSS */
$brand: #ceffca;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#ceffca")Accessibility — WCAG contrast
Aa
#ceffca on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffca on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue79.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#ceffca text on a black background
contrast 18.78:1
Card sample
#ceffca text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffca;
Background color
Panel with #ceffca background
background-color: #ceffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffca; background: linear-gradient(135deg, #ceffca, #CAFFE9);