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