#25baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 186, 235
HSL
195°, 83%, 53%
CMYK
84, 21, 0, 8
Luminance
0.4151
Every format
| HEX | #25baeb |
| RGB | rgb(37, 186, 235) |
| HSL | hsl(195, 83%, 53%) |
| CMYK | cmyk(84%, 21%, 0%, 8%) |
| LAB | lab(70.5 -20.4 -34.9) |
| LCH | lch(70.5 40.4 239.6) |
| OKLCH | oklch(0.737 0.135 226.7) |
Copy-ready code
/* CSS */
color: #25baeb;
background-color: #25baeb;
/* Tailwind (arbitrary) */
class="text-[#25baeb] bg-[#25baeb]"
/* SCSS */
$brand: #25baeb;
/* SwiftUI */
Color(red: 0.145, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#25baeb")Accessibility — WCAG contrast
Aa
#25baeb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25baeb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan84.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#25baeb text on a black background
contrast 9.30:1
Card sample
#25baeb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25baeb;
Background color
Panel with #25baeb background
background-color: #25baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25baeb; background: linear-gradient(135deg, #25baeb, #2536EB);