#25dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
37, 223, 235
HSL
184°, 83%, 53%
CMYK
84, 5, 0, 8
Luminance
0.5917
Every format
| HEX | #25dfeb |
| RGB | rgb(37, 223, 235) |
| HSL | hsl(184, 83%, 53%) |
| CMYK | cmyk(84%, 5%, 0%, 8%) |
| LAB | lab(81.4 -38.5 -18.2) |
| LCH | lch(81.4 42.6 205.4) |
| OKLCH | oklch(0.825 0.135 202.0) |
Copy-ready code
/* CSS */
color: #25dfeb;
background-color: #25dfeb;
/* Tailwind (arbitrary) */
class="text-[#25dfeb] bg-[#25dfeb]"
/* SCSS */
$brand: #25dfeb;
/* SwiftUI */
Color(red: 0.145, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#25dfeb")Accessibility — WCAG contrast
Aa
#25dfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25dfeb on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan84.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#25dfeb text on a black background
contrast 12.83:1
Card sample
#25dfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25dfeb;
Background color
Panel with #25dfeb background
background-color: #25dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25dfeb; background: linear-gradient(135deg, #25dfeb, #255BEB);