#74cdfb
a light, electric blue · cool · closest name: skyblue
RGB
116, 205, 251
HSL
200°, 94%, 72%
CMYK
54, 18, 0, 2
Luminance
0.5434
Every format
| HEX | #74cdfb |
| RGB | rgb(116, 205, 251) |
| HSL | hsl(200, 94%, 72%) |
| CMYK | cmyk(54%, 18%, 0%, 2%) |
| LAB | lab(78.7 -14.2 -30.7) |
| LCH | lch(78.7 33.9 245.2) |
| OKLCH | oklch(0.810 0.107 232.8) |
Copy-ready code
/* CSS */
color: #74cdfb;
background-color: #74cdfb;
/* Tailwind (arbitrary) */
class="text-[#74cdfb] bg-[#74cdfb]"
/* SCSS */
$brand: #74cdfb;
/* SwiftUI */
Color(red: 0.455, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#74cdfb")Accessibility — WCAG contrast
Aa
#74cdfb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cdfb on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan53.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#74cdfb text on a black background
contrast 11.87:1
Card sample
#74cdfb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cdfb;
Background color
Panel with #74cdfb background
background-color: #74cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cdfb; background: linear-gradient(135deg, #74cdfb, #7574FB);