#74ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
116, 235, 253
HSL
188°, 97%, 72%
CMYK
54, 7, 0, 1
Luminance
0.7022
Every format
| HEX | #74ebfd |
| RGB | rgb(116, 235, 253) |
| HSL | hsl(188, 97%, 72%) |
| CMYK | cmyk(54%, 7%, 0%, 1%) |
| LAB | lab(87.1 -28.7 -18.9) |
| LCH | lch(87.1 34.4 213.4) |
| OKLCH | oklch(0.878 0.110 208.5) |
Copy-ready code
/* CSS */
color: #74ebfd;
background-color: #74ebfd;
/* Tailwind (arbitrary) */
class="text-[#74ebfd] bg-[#74ebfd]"
/* SCSS */
$brand: #74ebfd;
/* SwiftUI */
Color(red: 0.455, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#74ebfd")Accessibility — WCAG contrast
Aa
#74ebfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ebfd on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#74ebfd text on a black background
contrast 15.04:1
Card sample
#74ebfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ebfd;
Background color
Panel with #74ebfd background
background-color: #74ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ebfd; background: linear-gradient(135deg, #74ebfd, #7490FD);