#5fafdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
95, 175, 223
HSL
203°, 67%, 62%
CMYK
57, 22, 0, 13
Luminance
0.3842
Every format
| HEX | #5fafdf |
| RGB | rgb(95, 175, 223) |
| HSL | hsl(203, 67%, 62%) |
| CMYK | cmyk(57%, 22%, 0%, 13%) |
| LAB | lab(68.3 -10.8 -31.6) |
| LCH | lch(68.3 33.4 251.2) |
| OKLCH | oklch(0.722 0.105 237.0) |
Copy-ready code
/* CSS */
color: #5fafdf;
background-color: #5fafdf;
/* Tailwind (arbitrary) */
class="text-[#5fafdf] bg-[#5fafdf]"
/* SCSS */
$brand: #5fafdf;
/* SwiftUI */
Color(red: 0.373, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#5fafdf")Accessibility — WCAG contrast
Aa
#5fafdf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fafdf on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5fafdf text on a black background
contrast 8.68:1
Card sample
#5fafdf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fafdf;
Background color
Panel with #5fafdf background
background-color: #5fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fafdf; background: linear-gradient(135deg, #5fafdf, #645FDF);