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