#4faccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 172, 207
HSL
196°, 57%, 56%
CMYK
62, 17, 0, 19
Luminance
0.3567
Every format
| HEX | #4faccf |
| RGB | rgb(79, 172, 207) |
| HSL | hsl(196, 57%, 56%) |
| CMYK | cmyk(62%, 17%, 0%, 19%) |
| LAB | lab(66.3 -17.1 -26.0) |
| LCH | lch(66.3 31.1 236.7) |
| OKLCH | oklch(0.702 0.101 225.8) |
Copy-ready code
/* CSS */
color: #4faccf;
background-color: #4faccf;
/* Tailwind (arbitrary) */
class="text-[#4faccf] bg-[#4faccf]"
/* SCSS */
$brand: #4faccf;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#4faccf")Accessibility — WCAG contrast
Aa
#4faccf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4faccf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#4faccf text on a black background
contrast 8.13:1
Card sample
#4faccf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4faccf;
Background color
Panel with #4faccf background
background-color: #4faccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4faccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4faccf; background: linear-gradient(135deg, #4faccf, #4F57CF);