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