#25cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 205, 253
HSL
193°, 98%, 57%
CMYK
85, 19, 0, 1
Luminance
0.5115
Every format
| HEX | #25cdfd |
| RGB | rgb(37, 205, 253) |
| HSL | hsl(193, 98%, 57%) |
| CMYK | cmyk(85%, 19%, 0%, 1%) |
| LAB | lab(76.8 -24.2 -34.9) |
| LCH | lch(76.8 42.4 235.3) |
| OKLCH | oklch(0.790 0.142 223.7) |
Copy-ready code
/* CSS */
color: #25cdfd;
background-color: #25cdfd;
/* Tailwind (arbitrary) */
class="text-[#25cdfd] bg-[#25cdfd]"
/* SCSS */
$brand: #25cdfd;
/* SwiftUI */
Color(red: 0.145, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#25cdfd")Accessibility — WCAG contrast
Aa
#25cdfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cdfd on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan85.4%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#25cdfd text on a black background
contrast 11.23:1
Card sample
#25cdfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cdfd;
Background color
Panel with #25cdfd background
background-color: #25cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cdfd; background: linear-gradient(135deg, #25cdfd, #253DFD);