#74c2db
a light, vivid cyan · cool · closest name: skyblue
RGB
116, 194, 219
HSL
195°, 59%, 66%
CMYK
47, 11, 0, 14
Luminance
0.4741
Every format
| HEX | #74c2db |
| RGB | rgb(116, 194, 219) |
| HSL | hsl(195, 59%, 66%) |
| CMYK | cmyk(47%, 11%, 0%, 14%) |
| LAB | lab(74.5 -17.4 -20.0) |
| LCH | lch(74.5 26.5 228.8) |
| OKLCH | oklch(0.773 0.085 220.6) |
Copy-ready code
/* CSS */
color: #74c2db;
background-color: #74c2db;
/* Tailwind (arbitrary) */
class="text-[#74c2db] bg-[#74c2db]"
/* SCSS */
$brand: #74c2db;
/* SwiftUI */
Color(red: 0.455, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#74c2db")Accessibility — WCAG contrast
Aa
#74c2db on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c2db on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green76.1%
Blue85.9%
CMYK percentages
Cyan47.0%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#74c2db text on a black background
contrast 10.48:1
Card sample
#74c2db text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c2db;
Background color
Panel with #74c2db background
background-color: #74c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c2db; background: linear-gradient(135deg, #74c2db, #747DDB);