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