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