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