#48fdfe
a balanced, electric cyan · cool · closest name: cyan
RGB
72, 253, 254
HSL
180°, 99%, 64%
CMYK
72, 0, 0, 0
Luminance
0.7878
Every format
| HEX | #48fdfe |
| RGB | rgb(72, 253, 254) |
| HSL | hsl(180, 99%, 64%) |
| CMYK | cmyk(72%, 0%, 0%, 0%) |
| LAB | lab(91.1 -43.4 -13.5) |
| LCH | lch(91.1 45.5 197.3) |
| OKLCH | oklch(0.907 0.140 195.5) |
Copy-ready code
/* CSS */
color: #48fdfe;
background-color: #48fdfe;
/* Tailwind (arbitrary) */
class="text-[#48fdfe] bg-[#48fdfe]"
/* SCSS */
$brand: #48fdfe;
/* SwiftUI */
Color(red: 0.282, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#48fdfe")Accessibility — WCAG contrast
Aa
#48fdfe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fdfe on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan71.7%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#48fdfe text on a black background
contrast 16.76:1
Card sample
#48fdfe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fdfe;
Background color
Panel with #48fdfe background
background-color: #48fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fdfe; background: linear-gradient(135deg, #48fdfe, #4884FE);