#4adcf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 220, 240
HSL
187°, 85%, 62%
CMYK
69, 8, 0, 6
Luminance
0.5893
Every format
| HEX | #4adcf0 |
| RGB | rgb(74, 220, 240) |
| HSL | hsl(187, 85%, 62%) |
| CMYK | cmyk(69%, 8%, 0%, 6%) |
| LAB | lab(81.3 -32.0 -21.0) |
| LCH | lch(81.3 38.3 213.3) |
| OKLCH | oklch(0.826 0.124 208.2) |
Copy-ready code
/* CSS */
color: #4adcf0;
background-color: #4adcf0;
/* Tailwind (arbitrary) */
class="text-[#4adcf0] bg-[#4adcf0]"
/* SCSS */
$brand: #4adcf0;
/* SwiftUI */
Color(red: 0.290, green: 0.863, blue: 0.941)
/* Android */
Color.parseColor("#4adcf0")Accessibility — WCAG contrast
Aa
#4adcf0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adcf0 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green86.3%
Blue94.1%
CMYK percentages
Cyan69.2%
Magenta8.3%
Yellow0.0%
Key (black)5.9%
Color previews
#4adcf0 text on a black background
contrast 12.79:1
Card sample
#4adcf0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adcf0;
Background color
Panel with #4adcf0 background
background-color: #4adcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 220, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 220, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adcf0; background: linear-gradient(135deg, #4adcf0, #4A6EF0);