#74cdfc
a light, electric blue · cool · closest name: skyblue
RGB
116, 205, 252
HSL
201°, 96%, 72%
CMYK
54, 19, 0, 1
Luminance
0.5440
Every format
| HEX | #74cdfc |
| RGB | rgb(116, 205, 252) |
| HSL | hsl(201, 96%, 72%) |
| CMYK | cmyk(54%, 19%, 0%, 1%) |
| LAB | lab(78.7 -13.9 -31.2) |
| LCH | lch(78.7 34.2 246.0) |
| OKLCH | oklch(0.810 0.108 233.3) |
Copy-ready code
/* CSS */
color: #74cdfc;
background-color: #74cdfc;
/* Tailwind (arbitrary) */
class="text-[#74cdfc] bg-[#74cdfc]"
/* SCSS */
$brand: #74cdfc;
/* SwiftUI */
Color(red: 0.455, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#74cdfc")Accessibility — WCAG contrast
Aa
#74cdfc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cdfc on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green80.4%
Blue98.8%
CMYK percentages
Cyan54.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#74cdfc text on a black background
contrast 11.88:1
Card sample
#74cdfc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cdfc;
Background color
Panel with #74cdfc background
background-color: #74cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cdfc; background: linear-gradient(135deg, #74cdfc, #7674FC);