#74cdf5
a light, electric cyan · cool · closest name: skyblue
RGB
116, 205, 245
HSL
199°, 87%, 71%
CMYK
53, 16, 0, 4
Luminance
0.5397
Every format
| HEX | #74cdf5 |
| RGB | rgb(116, 205, 245) |
| HSL | hsl(199, 87%, 71%) |
| CMYK | cmyk(53%, 16%, 0%, 4%) |
| LAB | lab(78.4 -15.9 -27.9) |
| LCH | lch(78.4 32.1 240.3) |
| OKLCH | oklch(0.808 0.102 229.1) |
Copy-ready code
/* CSS */
color: #74cdf5;
background-color: #74cdf5;
/* Tailwind (arbitrary) */
class="text-[#74cdf5] bg-[#74cdf5]"
/* SCSS */
$brand: #74cdf5;
/* SwiftUI */
Color(red: 0.455, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#74cdf5")Accessibility — WCAG contrast
Aa
#74cdf5 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cdf5 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green80.4%
Blue96.1%
CMYK percentages
Cyan52.7%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#74cdf5 text on a black background
contrast 11.79:1
Card sample
#74cdf5 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cdf5;
Background color
Panel with #74cdf5 background
background-color: #74cdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cdf5; background: linear-gradient(135deg, #74cdf5, #7477F5);