#74cdff
a light, electric blue · cool · closest name: skyblue
RGB
116, 205, 255
HSL
202°, 100%, 73%
CMYK
55, 20, 0, 0
Luminance
0.5460
Every format
| HEX | #74cdff |
| RGB | rgb(116, 205, 255) |
| HSL | hsl(202, 100%, 73%) |
| CMYK | cmyk(55%, 20%, 0%, 0%) |
| LAB | lab(78.8 -13.0 -32.6) |
| LCH | lch(78.8 35.2 248.2) |
| OKLCH | oklch(0.812 0.111 235.0) |
Copy-ready code
/* CSS */
color: #74cdff;
background-color: #74cdff;
/* Tailwind (arbitrary) */
class="text-[#74cdff] bg-[#74cdff]"
/* SCSS */
$brand: #74cdff;
/* SwiftUI */
Color(red: 0.455, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#74cdff")Accessibility — WCAG contrast
Aa
#74cdff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cdff on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan54.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#74cdff text on a black background
contrast 11.92:1
Card sample
#74cdff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cdff;
Background color
Panel with #74cdff background
background-color: #74cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cdff; background: linear-gradient(135deg, #74cdff, #7774FF);