#25afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
37, 175, 223
HSL
196°, 74%, 51%
CMYK
83, 22, 0, 13
Luminance
0.3638
Every format
| HEX | #25afdf |
| RGB | rgb(37, 175, 223) |
| HSL | hsl(196, 74%, 51%) |
| CMYK | cmyk(83%, 22%, 0%, 13%) |
| LAB | lab(66.8 -18.8 -34.1) |
| LCH | lch(66.8 38.9 241.2) |
| OKLCH | oklch(0.706 0.129 227.8) |
Copy-ready code
/* CSS */
color: #25afdf;
background-color: #25afdf;
/* Tailwind (arbitrary) */
class="text-[#25afdf] bg-[#25afdf]"
/* SCSS */
$brand: #25afdf;
/* SwiftUI */
Color(red: 0.145, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#25afdf")Accessibility — WCAG contrast
Aa
#25afdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25afdf on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#25afdf text on a black background
contrast 8.28:1
Card sample
#25afdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25afdf;
Background color
Panel with #25afdf background
background-color: #25afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25afdf; background: linear-gradient(135deg, #25afdf, #2533DF);