#74ebee
a light, electric cyan · cool · closest name: turquoise
RGB
116, 235, 238
HSL
182°, 78%, 69%
CMYK
51, 1, 0, 7
Luminance
0.6930
Every format
| HEX | #74ebee |
| RGB | rgb(116, 235, 238) |
| HSL | hsl(182, 78%, 69%) |
| CMYK | cmyk(51%, 1%, 0%, 7%) |
| LAB | lab(86.7 -32.6 -11.7) |
| LCH | lch(86.7 34.7 199.8) |
| OKLCH | oklch(0.873 0.107 197.6) |
Copy-ready code
/* CSS */
color: #74ebee;
background-color: #74ebee;
/* Tailwind (arbitrary) */
class="text-[#74ebee] bg-[#74ebee]"
/* SCSS */
$brand: #74ebee;
/* SwiftUI */
Color(red: 0.455, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#74ebee")Accessibility — WCAG contrast
Aa
#74ebee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ebee on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green92.2%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#74ebee text on a black background
contrast 14.86:1
Card sample
#74ebee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ebee;
Background color
Panel with #74ebee background
background-color: #74ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ebee; background: linear-gradient(135deg, #74ebee, #749AEE);