#25dfbe
a balanced, vivid cyan · cool · closest name: turquoise
RGB
37, 223, 190
HSL
169°, 74%, 51%
CMYK
83, 0, 15, 13
Luminance
0.5689
Every format
| HEX | #25dfbe |
| RGB | rgb(37, 223, 190) |
| HSL | hsl(169, 74%, 51%) |
| CMYK | cmyk(83%, 0%, 15%, 13%) |
| LAB | lab(80.1 -51.0 3.8) |
| LCH | lch(80.1 51.2 175.7) |
| OKLCH | oklch(0.810 0.145 176.3) |
Copy-ready code
/* CSS */
color: #25dfbe;
background-color: #25dfbe;
/* Tailwind (arbitrary) */
class="text-[#25dfbe] bg-[#25dfbe]"
/* SCSS */
$brand: #25dfbe;
/* SwiftUI */
Color(red: 0.145, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#25dfbe")Accessibility — WCAG contrast
Aa
#25dfbe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25dfbe on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green87.5%
Blue74.5%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#25dfbe text on a black background
contrast 12.38:1
Card sample
#25dfbe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25dfbe;
Background color
Panel with #25dfbe background
background-color: #25dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25dfbe; background: linear-gradient(135deg, #25dfbe, #2584DF);