#74cffc
a light, electric cyan · cool · closest name: skyblue
RGB
116, 207, 252
HSL
200°, 96%, 72%
CMYK
54, 18, 0, 1
Luminance
0.5537
Every format
| HEX | #74cffc |
| RGB | rgb(116, 207, 252) |
| HSL | hsl(200, 96%, 72%) |
| CMYK | cmyk(54%, 18%, 0%, 1%) |
| LAB | lab(79.3 -14.9 -30.4) |
| LCH | lch(79.3 33.8 243.8) |
| OKLCH | oklch(0.815 0.108 231.6) |
Copy-ready code
/* CSS */
color: #74cffc;
background-color: #74cffc;
/* Tailwind (arbitrary) */
class="text-[#74cffc] bg-[#74cffc]"
/* SCSS */
$brand: #74cffc;
/* SwiftUI */
Color(red: 0.455, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#74cffc")Accessibility — WCAG contrast
Aa
#74cffc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cffc on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green81.2%
Blue98.8%
CMYK percentages
Cyan54.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#74cffc text on a black background
contrast 12.07:1
Card sample
#74cffc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cffc;
Background color
Panel with #74cffc background
background-color: #74cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cffc; background: linear-gradient(135deg, #74cffc, #7474FC);