#25f4ff
a balanced, electric cyan · cool · closest name: cyan
RGB
37, 244, 255
HSL
183°, 100%, 57%
CMYK
86, 4, 0, 0
Luminance
0.7231
Every format
| HEX | #25f4ff |
| RGB | rgb(37, 244, 255) |
| HSL | hsl(183, 100%, 57%) |
| CMYK | cmyk(86%, 4%, 0%, 0%) |
| LAB | lab(88.1 -42.1 -18.6) |
| LCH | lch(88.1 46.0 203.9) |
| OKLCH | oklch(0.882 0.146 200.8) |
Copy-ready code
/* CSS */
color: #25f4ff;
background-color: #25f4ff;
/* Tailwind (arbitrary) */
class="text-[#25f4ff] bg-[#25f4ff]"
/* SCSS */
$brand: #25f4ff;
/* SwiftUI */
Color(red: 0.145, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#25f4ff")Accessibility — WCAG contrast
Aa
#25f4ff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25f4ff on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green95.7%
Blue100.0%
CMYK percentages
Cyan85.5%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#25f4ff text on a black background
contrast 15.46:1
Card sample
#25f4ff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25f4ff;
Background color
Panel with #25f4ff background
background-color: #25f4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25f4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25f4ff; background: linear-gradient(135deg, #25f4ff, #2563FF);