#7ceada
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 234, 218
HSL
171°, 72%, 70%
CMYK
47, 0, 7, 8
Luminance
0.6819
Every format
| HEX | #7ceada |
| RGB | rgb(124, 234, 218) |
| HSL | hsl(171, 72%, 70%) |
| CMYK | cmyk(47%, 0%, 7%, 8%) |
| LAB | lab(86.1 -35.4 -2.0) |
| LCH | lch(86.1 35.5 183.2) |
| OKLCH | oklch(0.867 0.105 183.3) |
Copy-ready code
/* CSS */
color: #7ceada;
background-color: #7ceada;
/* Tailwind (arbitrary) */
class="text-[#7ceada] bg-[#7ceada]"
/* SCSS */
$brand: #7ceada;
/* SwiftUI */
Color(red: 0.486, green: 0.918, blue: 0.855)
/* Android */
Color.parseColor("#7ceada")Accessibility — WCAG contrast
Aa
#7ceada on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceada on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.8%
Blue85.5%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow6.8%
Key (black)8.2%
Color previews
#7ceada text on a black background
contrast 14.64:1
Card sample
#7ceada text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceada;
Background color
Panel with #7ceada background
background-color: #7ceada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 234, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 234, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceada; background: linear-gradient(135deg, #7ceada, #7CB1EA);