#7cf3db
a light, electric cyan · cool · closest name: turquoise
RGB
124, 243, 219
HSL
168°, 83%, 72%
CMYK
49, 0, 10, 5
Luminance
0.7350
Every format
| HEX | #7cf3db |
| RGB | rgb(124, 243, 219) |
| HSL | hsl(168, 83%, 72%) |
| CMYK | cmyk(49%, 0%, 10%, 5%) |
| LAB | lab(88.7 -39.3 1.2) |
| LCH | lch(88.7 39.3 178.2) |
| OKLCH | oklch(0.888 0.114 178.7) |
Copy-ready code
/* CSS */
color: #7cf3db;
background-color: #7cf3db;
/* Tailwind (arbitrary) */
class="text-[#7cf3db] bg-[#7cf3db]"
/* SCSS */
$brand: #7cf3db;
/* SwiftUI */
Color(red: 0.486, green: 0.953, blue: 0.859)
/* Android */
Color.parseColor("#7cf3db")Accessibility — WCAG contrast
Aa
#7cf3db on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf3db on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.3%
Blue85.9%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow9.9%
Key (black)4.7%
Color previews
#7cf3db text on a black background
contrast 15.70:1
Card sample
#7cf3db text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf3db;
Background color
Panel with #7cf3db background
background-color: #7cf3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 243, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 243, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf3db; background: linear-gradient(135deg, #7cf3db, #7CBCF3);