#25cda8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
37, 205, 168
HSL
167°, 69%, 48%
CMYK
82, 0, 18, 20
Luminance
0.4688
Every format
| HEX | #25cda8 |
| RGB | rgb(37, 205, 168) |
| HSL | hsl(167, 69%, 48%) |
| CMYK | cmyk(82%, 0%, 18%, 20%) |
| LAB | lab(74.1 -49.3 6.9) |
| LCH | lch(74.1 49.8 172.0) |
| OKLCH | oklch(0.759 0.140 172.8) |
Copy-ready code
/* CSS */
color: #25cda8;
background-color: #25cda8;
/* Tailwind (arbitrary) */
class="text-[#25cda8] bg-[#25cda8]"
/* SCSS */
$brand: #25cda8;
/* SwiftUI */
Color(red: 0.145, green: 0.804, blue: 0.659)
/* Android */
Color.parseColor("#25cda8")Accessibility — WCAG contrast
Aa
#25cda8 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cda8 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green80.4%
Blue65.9%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow18.0%
Key (black)19.6%
Color previews
#25cda8 text on a black background
contrast 10.38:1
Card sample
#25cda8 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cda8;
Background color
Panel with #25cda8 background
background-color: #25cda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 205, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 205, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cda8; background: linear-gradient(135deg, #25cda8, #2582CD);