#ceffba
a pale, electric green · cool · closest name: aquamarine
RGB
206, 255, 186
HSL
103°, 100%, 87%
CMYK
19, 0, 27, 0
Luminance
0.8819
Every format
| HEX | #ceffba |
| RGB | rgb(206, 255, 186) |
| HSL | hsl(103, 100%, 87%) |
| CMYK | cmyk(19%, 0%, 27%, 0%) |
| LAB | lab(95.2 -27.8 28.0) |
| LCH | lch(95.2 39.5 134.7) |
| OKLCH | oklch(0.949 0.104 136.8) |
Copy-ready code
/* CSS */
color: #ceffba;
background-color: #ceffba;
/* Tailwind (arbitrary) */
class="text-[#ceffba] bg-[#ceffba]"
/* SCSS */
$brand: #ceffba;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#ceffba")Accessibility — WCAG contrast
Aa
#ceffba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffba on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue72.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ceffba text on a black background
contrast 18.64:1
Card sample
#ceffba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffba;
Background color
Panel with #ceffba background
background-color: #ceffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffba; background: linear-gradient(135deg, #ceffba, #BAFFD4);