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