#95fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
149, 251, 223
HSL
164°, 93%, 78%
CMYK
41, 0, 11, 2
Luminance
0.8071
Every format
| HEX | #95fbdf |
| RGB | rgb(149, 251, 223) |
| HSL | hsl(164, 93%, 78%) |
| CMYK | cmyk(41%, 0%, 11%, 2%) |
| LAB | lab(92.0 -36.1 4.1) |
| LCH | lch(92.0 36.4 173.5) |
| OKLCH | oklch(0.918 0.104 174.3) |
Copy-ready code
/* CSS */
color: #95fbdf;
background-color: #95fbdf;
/* Tailwind (arbitrary) */
class="text-[#95fbdf] bg-[#95fbdf]"
/* SCSS */
$brand: #95fbdf;
/* SwiftUI */
Color(red: 0.584, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#95fbdf")Accessibility — WCAG contrast
Aa
#95fbdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fbdf on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green98.4%
Blue87.5%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#95fbdf text on a black background
contrast 17.14:1
Card sample
#95fbdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fbdf;
Background color
Panel with #95fbdf background
background-color: #95fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fbdf; background: linear-gradient(135deg, #95fbdf, #95D3FB);