#25bcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 188, 253
HSL
198°, 98%, 57%
CMYK
85, 26, 0, 1
Luminance
0.4345
Every format
| HEX | #25bcfd |
| RGB | rgb(37, 188, 253) |
| HSL | hsl(198, 98%, 57%) |
| CMYK | cmyk(85%, 26%, 0%, 1%) |
| LAB | lab(71.9 -15.4 -42.5) |
| LCH | lch(71.9 45.2 250.1) |
| OKLCH | oklch(0.750 0.149 233.8) |
Copy-ready code
/* CSS */
color: #25bcfd;
background-color: #25bcfd;
/* Tailwind (arbitrary) */
class="text-[#25bcfd] bg-[#25bcfd]"
/* SCSS */
$brand: #25bcfd;
/* SwiftUI */
Color(red: 0.145, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#25bcfd")Accessibility — WCAG contrast
Aa
#25bcfd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25bcfd on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green73.7%
Blue99.2%
CMYK percentages
Cyan85.4%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#25bcfd text on a black background
contrast 9.69:1
Card sample
#25bcfd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25bcfd;
Background color
Panel with #25bcfd background
background-color: #25bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25bcfd; background: linear-gradient(135deg, #25bcfd, #252CFD);