#25eede
a balanced, electric cyan · cool · closest name: turquoise
RGB
37, 238, 222
HSL
175°, 86%, 54%
CMYK
85, 0, 7, 7
Luminance
0.6682
Every format
| HEX | #25eede |
| RGB | rgb(37, 238, 222) |
| HSL | hsl(175, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 7%, 7%) |
| LAB | lab(85.4 -48.8 -5.4) |
| LCH | lch(85.4 49.1 186.3) |
| OKLCH | oklch(0.856 0.145 186.0) |
Copy-ready code
/* CSS */
color: #25eede;
background-color: #25eede;
/* Tailwind (arbitrary) */
class="text-[#25eede] bg-[#25eede]"
/* SCSS */
$brand: #25eede;
/* SwiftUI */
Color(red: 0.145, green: 0.933, blue: 0.871)
/* Android */
Color.parseColor("#25eede")Accessibility — WCAG contrast
Aa
#25eede on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25eede on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green93.3%
Blue87.1%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow6.7%
Key (black)6.7%
Color previews
#25eede text on a black background
contrast 14.36:1
Card sample
#25eede text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25eede;
Background color
Panel with #25eede background
background-color: #25eede;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25eede;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 238, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 238, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25eede; background: linear-gradient(135deg, #25eede, #2578EE);