#95feee
a light, electric cyan · cool · closest name: turquoise
RGB
149, 254, 238
HSL
171°, 98%, 79%
CMYK
41, 0, 6, 0
Luminance
0.8345
Every format
| HEX | #95feee |
| RGB | rgb(149, 254, 238) |
| HSL | hsl(171, 98%, 79%) |
| CMYK | cmyk(41%, 0%, 6%, 0%) |
| LAB | lab(93.2 -34.2 -1.9) |
| LCH | lch(93.2 34.2 183.2) |
| OKLCH | oklch(0.929 0.101 183.2) |
Copy-ready code
/* CSS */
color: #95feee;
background-color: #95feee;
/* Tailwind (arbitrary) */
class="text-[#95feee] bg-[#95feee]"
/* SCSS */
$brand: #95feee;
/* SwiftUI */
Color(red: 0.584, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#95feee")Accessibility — WCAG contrast
Aa
#95feee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95feee on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#95feee text on a black background
contrast 17.69:1
Card sample
#95feee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95feee;
Background color
Panel with #95feee background
background-color: #95feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95feee; background: linear-gradient(135deg, #95feee, #95C8FE);