#95fceb
a light, electric cyan · cool · closest name: turquoise
RGB
149, 252, 235
HSL
170°, 95%, 79%
CMYK
41, 0, 7, 1
Luminance
0.8201
Every format
| HEX | #95fceb |
| RGB | rgb(149, 252, 235) |
| HSL | hsl(170, 95%, 79%) |
| CMYK | cmyk(41%, 0%, 7%, 1%) |
| LAB | lab(92.6 -33.9 -1.3) |
| LCH | lch(92.6 33.9 182.2) |
| OKLCH | oklch(0.923 0.100 182.3) |
Copy-ready code
/* CSS */
color: #95fceb;
background-color: #95fceb;
/* Tailwind (arbitrary) */
class="text-[#95fceb] bg-[#95fceb]"
/* SCSS */
$brand: #95fceb;
/* SwiftUI */
Color(red: 0.584, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#95fceb")Accessibility — WCAG contrast
Aa
#95fceb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fceb on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#95fceb text on a black background
contrast 17.40:1
Card sample
#95fceb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fceb;
Background color
Panel with #95fceb background
background-color: #95fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fceb; background: linear-gradient(135deg, #95fceb, #95C8FC);