#74cbfd
a light, electric blue · cool · closest name: skyblue
RGB
116, 203, 253
HSL
202°, 97%, 72%
CMYK
54, 20, 0, 1
Luminance
0.5352
Every format
| HEX | #74cbfd |
| RGB | rgb(116, 203, 253) |
| HSL | hsl(202, 97%, 72%) |
| CMYK | cmyk(54%, 20%, 0%, 1%) |
| LAB | lab(78.2 -12.6 -32.5) |
| LCH | lch(78.2 34.9 248.9) |
| OKLCH | oklch(0.806 0.110 235.6) |
Copy-ready code
/* CSS */
color: #74cbfd;
background-color: #74cbfd;
/* Tailwind (arbitrary) */
class="text-[#74cbfd] bg-[#74cbfd]"
/* SCSS */
$brand: #74cbfd;
/* SwiftUI */
Color(red: 0.455, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#74cbfd")Accessibility — WCAG contrast
Aa
#74cbfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cbfd on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green79.6%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#74cbfd text on a black background
contrast 11.70:1
Card sample
#74cbfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cbfd;
Background color
Panel with #74cbfd background
background-color: #74cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cbfd; background: linear-gradient(135deg, #74cbfd, #7974FD);