#25fcfd
a balanced, electric cyan · cool · “cyan”
RGB
37, 252, 253
HSL
180°, 98%, 57%
CMYK
85, 0, 0, 1
Luminance
0.7711
Every format
| HEX | #25fcfd |
| RGB | rgb(37, 252, 253) |
| HSL | hsl(180, 98%, 57%) |
| CMYK | cmyk(85%, 0%, 0%, 1%) |
| LAB | lab(90.4 -46.2 -14.2) |
| LCH | lch(90.4 48.3 197.1) |
| OKLCH | oklch(0.900 0.149 195.4) |
Copy-ready code
/* CSS */
color: #25fcfd;
background-color: #25fcfd;
/* Tailwind (arbitrary) */
class="text-[#25fcfd] bg-[#25fcfd]"
/* SCSS */
$brand: #25fcfd;
/* SwiftUI */
Color(red: 0.145, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#25fcfd")Accessibility — WCAG contrast
Aa
#25fcfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25fcfd on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green98.8%
Blue99.2%
CMYK percentages
Cyan85.4%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#25fcfd text on a black background
contrast 16.42:1
Card sample
#25fcfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25fcfd;
Background color
Panel with #25fcfd background
background-color: #25fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25fcfd; background: linear-gradient(135deg, #25fcfd, #256CFD);