#74dcf1
a light, electric cyan · cool · closest name: skyblue
RGB
116, 220, 241
HSL
190°, 82%, 70%
CMYK
52, 9, 0, 6
Luminance
0.6125
Every format
| HEX | #74dcf1 |
| RGB | rgb(116, 220, 241) |
| HSL | hsl(190, 82%, 70%) |
| CMYK | cmyk(52%, 9%, 0%, 6%) |
| LAB | lab(82.5 -24.6 -19.6) |
| LCH | lch(82.5 31.4 218.5) |
| OKLCH | oklch(0.840 0.101 212.4) |
Copy-ready code
/* CSS */
color: #74dcf1;
background-color: #74dcf1;
/* Tailwind (arbitrary) */
class="text-[#74dcf1] bg-[#74dcf1]"
/* SCSS */
$brand: #74dcf1;
/* SwiftUI */
Color(red: 0.455, green: 0.863, blue: 0.945)
/* Android */
Color.parseColor("#74dcf1")Accessibility — WCAG contrast
Aa
#74dcf1 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74dcf1 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green86.3%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta8.7%
Yellow0.0%
Key (black)5.5%
Color previews
#74dcf1 text on a black background
contrast 13.25:1
Card sample
#74dcf1 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74dcf1;
Background color
Panel with #74dcf1 background
background-color: #74dcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74dcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 220, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 220, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74dcf1; background: linear-gradient(135deg, #74dcf1, #7489F1);