#95fccf
a light, electric green · cool · closest name: aquamarine
RGB
149, 252, 207
HSL
154°, 95%, 79%
CMYK
41, 0, 18, 1
Luminance
0.8052
Every format
| HEX | #95fccf |
| RGB | rgb(149, 252, 207) |
| HSL | hsl(154, 95%, 79%) |
| CMYK | cmyk(41%, 0%, 18%, 1%) |
| LAB | lab(91.9 -39.9 12.2) |
| LCH | lch(91.9 41.8 163.0) |
| OKLCH | oklch(0.916 0.116 164.2) |
Copy-ready code
/* CSS */
color: #95fccf;
background-color: #95fccf;
/* Tailwind (arbitrary) */
class="text-[#95fccf] bg-[#95fccf]"
/* SCSS */
$brand: #95fccf;
/* SwiftUI */
Color(red: 0.584, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#95fccf")Accessibility — WCAG contrast
Aa
#95fccf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fccf on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green98.8%
Blue81.2%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#95fccf text on a black background
contrast 17.10:1
Card sample
#95fccf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fccf;
Background color
Panel with #95fccf background
background-color: #95fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fccf; background: linear-gradient(135deg, #95fccf, #95E4FC);