#74bcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
116, 188, 223
HSL
200°, 63%, 67%
CMYK
48, 16, 0, 13
Luminance
0.4501
Every format
| HEX | #74bcdf |
| RGB | rgb(116, 188, 223) |
| HSL | hsl(200, 63%, 67%) |
| CMYK | cmyk(48%, 16%, 0%, 13%) |
| LAB | lab(72.9 -13.2 -24.5) |
| LCH | lch(72.9 27.8 241.6) |
| OKLCH | oklch(0.761 0.088 230.5) |
Copy-ready code
/* CSS */
color: #74bcdf;
background-color: #74bcdf;
/* Tailwind (arbitrary) */
class="text-[#74bcdf] bg-[#74bcdf]"
/* SCSS */
$brand: #74bcdf;
/* SwiftUI */
Color(red: 0.455, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#74bcdf")Accessibility — WCAG contrast
Aa
#74bcdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74bcdf on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#74bcdf text on a black background
contrast 10.00:1
Card sample
#74bcdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74bcdf;
Background color
Panel with #74bcdf background
background-color: #74bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74bcdf; background: linear-gradient(135deg, #74bcdf, #7475DF);