#5fd2f6
a light, electric cyan · cool · closest name: skyblue
RGB
95, 210, 246
HSL
194°, 89%, 67%
CMYK
61, 15, 0, 4
Luminance
0.5518
Every format
| HEX | #5fd2f6 |
| RGB | rgb(95, 210, 246) |
| HSL | hsl(194, 89%, 67%) |
| CMYK | cmyk(61%, 15%, 0%, 4%) |
| LAB | lab(79.1 -22.2 -27.4) |
| LCH | lch(79.1 35.2 231.0) |
| OKLCH | oklch(0.811 0.115 221.6) |
Copy-ready code
/* CSS */
color: #5fd2f6;
background-color: #5fd2f6;
/* Tailwind (arbitrary) */
class="text-[#5fd2f6] bg-[#5fd2f6]"
/* SCSS */
$brand: #5fd2f6;
/* SwiftUI */
Color(red: 0.373, green: 0.824, blue: 0.965)
/* Android */
Color.parseColor("#5fd2f6")Accessibility — WCAG contrast
Aa
#5fd2f6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd2f6 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green82.4%
Blue96.5%
CMYK percentages
Cyan61.4%
Magenta14.6%
Yellow0.0%
Key (black)3.5%
Color previews
#5fd2f6 text on a black background
contrast 12.04:1
Card sample
#5fd2f6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd2f6;
Background color
Panel with #5fd2f6 background
background-color: #5fd2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 210, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 210, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd2f6; background: linear-gradient(135deg, #5fd2f6, #5F6EF6);