#4fafdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
79, 175, 223
HSL
200°, 69%, 59%
CMYK
65, 22, 0, 13
Luminance
0.3765
Every format
| HEX | #4fafdf |
| RGB | rgb(79, 175, 223) |
| HSL | hsl(200, 69%, 59%) |
| CMYK | cmyk(65%, 22%, 0%, 13%) |
| LAB | lab(67.8 -13.7 -32.5) |
| LCH | lch(67.8 35.3 247.2) |
| OKLCH | oklch(0.716 0.114 233.3) |
Copy-ready code
/* CSS */
color: #4fafdf;
background-color: #4fafdf;
/* Tailwind (arbitrary) */
class="text-[#4fafdf] bg-[#4fafdf]"
/* SCSS */
$brand: #4fafdf;
/* SwiftUI */
Color(red: 0.310, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#4fafdf")Accessibility — WCAG contrast
Aa
#4fafdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fafdf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#4fafdf text on a black background
contrast 8.53:1
Card sample
#4fafdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fafdf;
Background color
Panel with #4fafdf background
background-color: #4fafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fafdf; background: linear-gradient(135deg, #4fafdf, #4F4FDF);