#74bace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
116, 186, 206
HSL
193°, 48%, 63%
CMYK
44, 10, 0, 19
Luminance
0.4329
Every format
| HEX | #74bace |
| RGB | rgb(116, 186, 206) |
| HSL | hsl(193, 48%, 63%) |
| CMYK | cmyk(44%, 10%, 0%, 19%) |
| LAB | lab(71.8 -16.8 -17.0) |
| LCH | lch(71.8 23.9 225.3) |
| OKLCH | oklch(0.750 0.076 218.0) |
Copy-ready code
/* CSS */
color: #74bace;
background-color: #74bace;
/* Tailwind (arbitrary) */
class="text-[#74bace] bg-[#74bace]"
/* SCSS */
$brand: #74bace;
/* SwiftUI */
Color(red: 0.455, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#74bace")Accessibility — WCAG contrast
Aa
#74bace on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74bace on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green72.9%
Blue80.8%
CMYK percentages
Cyan43.7%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#74bace text on a black background
contrast 9.66:1
Card sample
#74bace text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74bace;
Background color
Panel with #74bace background
background-color: #74bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74bace; background: linear-gradient(135deg, #74bace, #747ECE);