#7ceccd
a light, vivid cyan · cool · closest name: aquamarine
RGB
124, 236, 205
HSL
163°, 75%, 71%
CMYK
48, 0, 13, 8
Luminance
0.6868
Every format
| HEX | #7ceccd |
| RGB | rgb(124, 236, 205) |
| HSL | hsl(163, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 13%, 8%) |
| LAB | lab(86.3 -39.4 5.2) |
| LCH | lch(86.3 39.7 172.5) |
| OKLCH | oklch(0.868 0.113 173.4) |
Copy-ready code
/* CSS */
color: #7ceccd;
background-color: #7ceccd;
/* Tailwind (arbitrary) */
class="text-[#7ceccd] bg-[#7ceccd]"
/* SCSS */
$brand: #7ceccd;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#7ceccd")Accessibility — WCAG contrast
Aa
#7ceccd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceccd on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue80.4%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#7ceccd text on a black background
contrast 14.74:1
Card sample
#7ceccd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceccd;
Background color
Panel with #7ceccd background
background-color: #7ceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceccd; background: linear-gradient(135deg, #7ceccd, #7CC0EC);