#25cdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 205, 251
HSL
193°, 96%, 57%
CMYK
85, 18, 0, 2
Luminance
0.5102
Every format
| HEX | #25cdfb |
| RGB | rgb(37, 205, 251) |
| HSL | hsl(193, 96%, 57%) |
| CMYK | cmyk(85%, 18%, 0%, 2%) |
| LAB | lab(76.7 -24.8 -33.9) |
| LCH | lch(76.7 42.0 233.8) |
| OKLCH | oklch(0.789 0.141 222.7) |
Copy-ready code
/* CSS */
color: #25cdfb;
background-color: #25cdfb;
/* Tailwind (arbitrary) */
class="text-[#25cdfb] bg-[#25cdfb]"
/* SCSS */
$brand: #25cdfb;
/* SwiftUI */
Color(red: 0.145, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#25cdfb")Accessibility — WCAG contrast
Aa
#25cdfb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cdfb on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan85.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#25cdfb text on a black background
contrast 11.20:1
Card sample
#25cdfb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cdfb;
Background color
Panel with #25cdfb background
background-color: #25cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cdfb; background: linear-gradient(135deg, #25cdfb, #253EFB);