#5faccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 172, 207
HSL
199°, 54%, 59%
CMYK
54, 17, 0, 19
Luminance
0.3644
Every format
| HEX | #5faccf |
| RGB | rgb(95, 172, 207) |
| HSL | hsl(199, 54%, 59%) |
| CMYK | cmyk(54%, 17%, 0%, 19%) |
| LAB | lab(66.8 -14.0 -25.1) |
| LCH | lch(66.8 28.7 240.9) |
| OKLCH | oklch(0.709 0.092 229.4) |
Copy-ready code
/* CSS */
color: #5faccf;
background-color: #5faccf;
/* Tailwind (arbitrary) */
class="text-[#5faccf] bg-[#5faccf]"
/* SCSS */
$brand: #5faccf;
/* SwiftUI */
Color(red: 0.373, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#5faccf")Accessibility — WCAG contrast
Aa
#5faccf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faccf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.5%
Blue81.2%
CMYK percentages
Cyan54.1%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#5faccf text on a black background
contrast 8.29:1
Card sample
#5faccf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faccf;
Background color
Panel with #5faccf background
background-color: #5faccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faccf; background: linear-gradient(135deg, #5faccf, #5F61CF);