#25acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
37, 172, 253
HSL
203°, 98%, 57%
CMYK
85, 32, 0, 1
Luminance
0.3699
Every format
| HEX | #25acfd |
| RGB | rgb(37, 172, 253) |
| HSL | hsl(203, 98%, 57%) |
| CMYK | cmyk(85%, 32%, 0%, 1%) |
| LAB | lab(67.3 -6.6 -49.7) |
| LCH | lch(67.3 50.2 262.4) |
| OKLCH | oklch(0.714 0.160 242.2) |
Copy-ready code
/* CSS */
color: #25acfd;
background-color: #25acfd;
/* Tailwind (arbitrary) */
class="text-[#25acfd] bg-[#25acfd]"
/* SCSS */
$brand: #25acfd;
/* SwiftUI */
Color(red: 0.145, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#25acfd")Accessibility — WCAG contrast
Aa
#25acfd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25acfd on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green67.5%
Blue99.2%
CMYK percentages
Cyan85.4%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#25acfd text on a black background
contrast 8.40:1
Card sample
#25acfd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25acfd;
Background color
Panel with #25acfd background
background-color: #25acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25acfd; background: linear-gradient(135deg, #25acfd, #2E25FD);