#4facdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 172, 223
HSL
201°, 69%, 59%
CMYK
65, 23, 0, 13
Luminance
0.3650
Every format
| HEX | #4facdf |
| RGB | rgb(79, 172, 223) |
| HSL | hsl(201, 69%, 59%) |
| CMYK | cmyk(65%, 23%, 0%, 13%) |
| LAB | lab(66.9 -12.1 -33.9) |
| LCH | lch(66.9 35.9 250.4) |
| OKLCH | oklch(0.709 0.115 235.7) |
Copy-ready code
/* CSS */
color: #4facdf;
background-color: #4facdf;
/* Tailwind (arbitrary) */
class="text-[#4facdf] bg-[#4facdf]"
/* SCSS */
$brand: #4facdf;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#4facdf")Accessibility — WCAG contrast
Aa
#4facdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4facdf on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4facdf text on a black background
contrast 8.30:1
Card sample
#4facdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4facdf;
Background color
Panel with #4facdf background
background-color: #4facdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4facdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4facdf; background: linear-gradient(135deg, #4facdf, #524FDF);