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