#7cefdb
a light, electric cyan · cool · closest name: turquoise
RGB
124, 239, 219
HSL
170°, 78%, 71%
CMYK
48, 0, 8, 6
Luminance
0.7113
Every format
| HEX | #7cefdb |
| RGB | rgb(124, 239, 219) |
| HSL | hsl(170, 78%, 71%) |
| CMYK | cmyk(48%, 0%, 8%, 6%) |
| LAB | lab(87.5 -37.5 -0.4) |
| LCH | lch(87.5 37.5 180.6) |
| OKLCH | oklch(0.879 0.110 180.9) |
Copy-ready code
/* CSS */
color: #7cefdb;
background-color: #7cefdb;
/* Tailwind (arbitrary) */
class="text-[#7cefdb] bg-[#7cefdb]"
/* SCSS */
$brand: #7cefdb;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.859)
/* Android */
Color.parseColor("#7cefdb")Accessibility — WCAG contrast
Aa
#7cefdb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cefdb on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue85.9%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow8.4%
Key (black)6.3%
Color previews
#7cefdb text on a black background
contrast 15.23:1
Card sample
#7cefdb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cefdb;
Background color
Panel with #7cefdb background
background-color: #7cefdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cefdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cefdb; background: linear-gradient(135deg, #7cefdb, #7CB6EF);