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