#7decf0
a light, electric cyan · cool · closest name: turquoise
RGB
125, 236, 240
HSL
182°, 79%, 72%
CMYK
48, 2, 0, 6
Luminance
0.7064
Every format
| HEX | #7decf0 |
| RGB | rgb(125, 236, 240) |
| HSL | hsl(182, 79%, 72%) |
| CMYK | cmyk(48%, 2%, 0%, 6%) |
| LAB | lab(87.3 -30.7 -11.8) |
| LCH | lch(87.3 32.9 201.0) |
| OKLCH | oklch(0.879 0.102 198.6) |
Copy-ready code
/* CSS */
color: #7decf0;
background-color: #7decf0;
/* Tailwind (arbitrary) */
class="text-[#7decf0] bg-[#7decf0]"
/* SCSS */
$brand: #7decf0;
/* SwiftUI */
Color(red: 0.490, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#7decf0")Accessibility — WCAG contrast
Aa
#7decf0 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7decf0 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green92.5%
Blue94.1%
CMYK percentages
Cyan47.9%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#7decf0 text on a black background
contrast 15.13:1
Card sample
#7decf0 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7decf0;
Background color
Panel with #7decf0 background
background-color: #7decf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7decf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7decf0; background: linear-gradient(135deg, #7decf0, #7D9FF0);