#95e7e7
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 231, 231
HSL
180°, 63%, 75%
CMYK
36, 0, 0, 9
Luminance
0.6931
Every format
| HEX | #95e7e7 |
| RGB | rgb(149, 231, 231) |
| HSL | hsl(180, 63%, 75%) |
| CMYK | cmyk(36%, 0%, 0%, 9%) |
| LAB | lab(86.7 -24.9 -7.9) |
| LCH | lch(86.7 26.1 197.7) |
| OKLCH | oklch(0.876 0.080 195.8) |
Copy-ready code
/* CSS */
color: #95e7e7;
background-color: #95e7e7;
/* Tailwind (arbitrary) */
class="text-[#95e7e7] bg-[#95e7e7]"
/* SCSS */
$brand: #95e7e7;
/* SwiftUI */
Color(red: 0.584, green: 0.906, blue: 0.906)
/* Android */
Color.parseColor("#95e7e7")Accessibility — WCAG contrast
Aa
#95e7e7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95e7e7 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green90.6%
Blue90.6%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow0.0%
Key (black)9.4%
Color previews
#95e7e7 text on a black background
contrast 14.86:1
Card sample
#95e7e7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95e7e7;
Background color
Panel with #95e7e7 background
background-color: #95e7e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95e7e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 231, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 231, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95e7e7; background: linear-gradient(135deg, #95e7e7, #95B0E7);