#7ceddf
a light, electric cyan · cool · closest name: turquoise
RGB
124, 237, 223
HSL
173°, 76%, 71%
CMYK
48, 0, 6, 7
Luminance
0.7018
Every format
| HEX | #7ceddf |
| RGB | rgb(124, 237, 223) |
| HSL | hsl(173, 76%, 71%) |
| CMYK | cmyk(48%, 0%, 6%, 7%) |
| LAB | lab(87.1 -35.6 -3.2) |
| LCH | lch(87.1 35.8 185.1) |
| OKLCH | oklch(0.875 0.106 185.0) |
Copy-ready code
/* CSS */
color: #7ceddf;
background-color: #7ceddf;
/* Tailwind (arbitrary) */
class="text-[#7ceddf] bg-[#7ceddf]"
/* SCSS */
$brand: #7ceddf;
/* SwiftUI */
Color(red: 0.486, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#7ceddf")Accessibility — WCAG contrast
Aa
#7ceddf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceddf on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#7ceddf text on a black background
contrast 15.04:1
Card sample
#7ceddf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceddf;
Background color
Panel with #7ceddf background
background-color: #7ceddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceddf; background: linear-gradient(135deg, #7ceddf, #7CB0ED);