#5facdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
95, 172, 223
HSL
204°, 67%, 62%
CMYK
57, 23, 0, 13
Luminance
0.3727
Every format
| HEX | #5facdf |
| RGB | rgb(95, 172, 223) |
| HSL | hsl(204, 67%, 62%) |
| CMYK | cmyk(57%, 23%, 0%, 13%) |
| LAB | lab(67.5 -9.1 -32.9) |
| LCH | lch(67.5 34.2 254.5) |
| OKLCH | oklch(0.716 0.107 239.6) |
Copy-ready code
/* CSS */
color: #5facdf;
background-color: #5facdf;
/* Tailwind (arbitrary) */
class="text-[#5facdf] bg-[#5facdf]"
/* SCSS */
$brand: #5facdf;
/* SwiftUI */
Color(red: 0.373, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#5facdf")Accessibility — WCAG contrast
Aa
#5facdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5facdf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5facdf text on a black background
contrast 8.45:1
Card sample
#5facdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5facdf;
Background color
Panel with #5facdf background
background-color: #5facdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5facdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5facdf; background: linear-gradient(135deg, #5facdf, #675FDF);