#7df6eb
a light, electric cyan · cool · closest name: turquoise
RGB
125, 246, 235
HSL
175°, 87%, 73%
CMYK
49, 0, 5, 4
Luminance
0.7627
Every format
| HEX | #7df6eb |
| RGB | rgb(125, 246, 235) |
| HSL | hsl(175, 87%, 73%) |
| CMYK | cmyk(49%, 0%, 5%, 4%) |
| LAB | lab(90.0 -36.6 -5.2) |
| LCH | lch(90.0 37.0 188.1) |
| OKLCH | oklch(0.900 0.111 187.6) |
Copy-ready code
/* CSS */
color: #7df6eb;
background-color: #7df6eb;
/* Tailwind (arbitrary) */
class="text-[#7df6eb] bg-[#7df6eb]"
/* SCSS */
$brand: #7df6eb;
/* SwiftUI */
Color(red: 0.490, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#7df6eb")Accessibility — WCAG contrast
Aa
#7df6eb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df6eb on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green96.5%
Blue92.2%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#7df6eb text on a black background
contrast 16.25:1
Card sample
#7df6eb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df6eb;
Background color
Panel with #7df6eb background
background-color: #7df6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df6eb; background: linear-gradient(135deg, #7df6eb, #7DB0F6);