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