#25f8cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
37, 248, 207
HSL
168°, 94%, 56%
CMYK
85, 0, 17, 3
Luminance
0.7203
Every format
| HEX | #25f8cf |
| RGB | rgb(37, 248, 207) |
| HSL | hsl(168, 94%, 56%) |
| CMYK | cmyk(85%, 0%, 17%, 3%) |
| LAB | lab(88.0 -56.8 6.2) |
| LCH | lch(88.0 57.1 173.7) |
| OKLCH | oklch(0.876 0.161 174.4) |
Copy-ready code
/* CSS */
color: #25f8cf;
background-color: #25f8cf;
/* Tailwind (arbitrary) */
class="text-[#25f8cf] bg-[#25f8cf]"
/* SCSS */
$brand: #25f8cf;
/* SwiftUI */
Color(red: 0.145, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#25f8cf")Accessibility — WCAG contrast
Aa
#25f8cf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25f8cf on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green97.3%
Blue81.2%
CMYK percentages
Cyan85.1%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#25f8cf text on a black background
contrast 15.41:1
Card sample
#25f8cf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25f8cf;
Background color
Panel with #25f8cf background
background-color: #25f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25f8cf; background: linear-gradient(135deg, #25f8cf, #2595F8);