#25bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 186, 253
HSL
199°, 98%, 57%
CMYK
85, 27, 0, 1
Luminance
0.4260
Every format
| HEX | #25bafd |
| RGB | rgb(37, 186, 253) |
| HSL | hsl(199, 98%, 57%) |
| CMYK | cmyk(85%, 27%, 0%, 1%) |
| LAB | lab(71.3 -14.3 -43.4) |
| LCH | lch(71.3 45.7 251.8) |
| OKLCH | oklch(0.746 0.150 234.9) |
Copy-ready code
/* CSS */
color: #25bafd;
background-color: #25bafd;
/* Tailwind (arbitrary) */
class="text-[#25bafd] bg-[#25bafd]"
/* SCSS */
$brand: #25bafd;
/* SwiftUI */
Color(red: 0.145, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#25bafd")Accessibility — WCAG contrast
Aa
#25bafd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25bafd on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan85.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#25bafd text on a black background
contrast 9.52:1
Card sample
#25bafd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25bafd;
Background color
Panel with #25bafd background
background-color: #25bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25bafd; background: linear-gradient(135deg, #25bafd, #252AFD);