#25afba
a dark, vivid cyan · cool · closest name: teal
RGB
37, 175, 186
HSL
184°, 67%, 44%
CMYK
80, 6, 0, 27
Luminance
0.3460
Every format
| HEX | #25afba |
| RGB | rgb(37, 175, 186) |
| HSL | hsl(184, 67%, 44%) |
| CMYK | cmyk(80%, 6%, 0%, 27%) |
| LAB | lab(65.4 -30.9 -15.7) |
| LCH | lch(65.4 34.6 207.0) |
| OKLCH | oklch(0.690 0.111 203.3) |
Copy-ready code
/* CSS */
color: #25afba;
background-color: #25afba;
/* Tailwind (arbitrary) */
class="text-[#25afba] bg-[#25afba]"
/* SCSS */
$brand: #25afba;
/* SwiftUI */
Color(red: 0.145, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#25afba")Accessibility — WCAG contrast
Aa
#25afba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25afba on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan80.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#25afba text on a black background
contrast 7.92:1
Card sample
#25afba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25afba;
Background color
Panel with #25afba background
background-color: #25afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25afba; background: linear-gradient(135deg, #25afba, #254CBA);