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