#25dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
37, 219, 235
HSL
185°, 83%, 53%
CMYK
84, 7, 0, 8
Luminance
0.5705
Every format
| HEX | #25dbeb |
| RGB | rgb(37, 219, 235) |
| HSL | hsl(185, 83%, 53%) |
| CMYK | cmyk(84%, 7%, 0%, 8%) |
| LAB | lab(80.2 -36.6 -20.0) |
| LCH | lch(80.2 41.8 208.7) |
| OKLCH | oklch(0.815 0.134 204.6) |
Copy-ready code
/* CSS */
color: #25dbeb;
background-color: #25dbeb;
/* Tailwind (arbitrary) */
class="text-[#25dbeb] bg-[#25dbeb]"
/* SCSS */
$brand: #25dbeb;
/* SwiftUI */
Color(red: 0.145, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#25dbeb")Accessibility — WCAG contrast
Aa
#25dbeb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25dbeb on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan84.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#25dbeb text on a black background
contrast 12.41:1
Card sample
#25dbeb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25dbeb;
Background color
Panel with #25dbeb background
background-color: #25dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25dbeb; background: linear-gradient(135deg, #25dbeb, #2557EB);