#25abdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
37, 171, 223
HSL
197°, 74%, 51%
CMYK
83, 23, 0, 13
Luminance
0.3485
Every format
| HEX | #25abdf |
| RGB | rgb(37, 171, 223) |
| HSL | hsl(197, 74%, 51%) |
| CMYK | cmyk(83%, 23%, 0%, 13%) |
| LAB | lab(65.6 -16.6 -35.9) |
| LCH | lch(65.6 39.6 245.2) |
| OKLCH | oklch(0.696 0.131 230.5) |
Copy-ready code
/* CSS */
color: #25abdf;
background-color: #25abdf;
/* Tailwind (arbitrary) */
class="text-[#25abdf] bg-[#25abdf]"
/* SCSS */
$brand: #25abdf;
/* SwiftUI */
Color(red: 0.145, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#25abdf")Accessibility — WCAG contrast
Aa
#25abdf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25abdf on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#25abdf text on a black background
contrast 7.97:1
Card sample
#25abdf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25abdf;
Background color
Panel with #25abdf background
background-color: #25abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25abdf; background: linear-gradient(135deg, #25abdf, #252FDF);