#7ceeee
a light, electric cyan · cool · closest name: turquoise
RGB
124, 238, 238
HSL
180°, 77%, 71%
CMYK
48, 0, 0, 7
Luminance
0.7161
Every format
| HEX | #7ceeee |
| RGB | rgb(124, 238, 238) |
| HSL | hsl(180, 77%, 71%) |
| CMYK | cmyk(48%, 0%, 0%, 7%) |
| LAB | lab(87.8 -32.4 -10.0) |
| LCH | lch(87.8 33.9 197.2) |
| OKLCH | oklch(0.882 0.104 195.4) |
Copy-ready code
/* CSS */
color: #7ceeee;
background-color: #7ceeee;
/* Tailwind (arbitrary) */
class="text-[#7ceeee] bg-[#7ceeee]"
/* SCSS */
$brand: #7ceeee;
/* SwiftUI */
Color(red: 0.486, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#7ceeee")Accessibility — WCAG contrast
Aa
#7ceeee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceeee on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.3%
Blue93.3%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#7ceeee text on a black background
contrast 15.32:1
Card sample
#7ceeee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceeee;
Background color
Panel with #7ceeee background
background-color: #7ceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceeee; background: linear-gradient(135deg, #7ceeee, #7CA2EE);