#0ffdfe
a balanced, electric cyan · cool · “cyan”
RGB
15, 253, 254
HSL
180°, 99%, 53%
CMYK
94, 0, 0, 0
Luminance
0.7751
Every format
| HEX | #0ffdfe |
| RGB | rgb(15, 253, 254) |
| HSL | hsl(180, 99%, 53%) |
| CMYK | cmyk(94%, 0%, 0%, 0%) |
| LAB | lab(90.5 -47.2 -14.4) |
| LCH | lch(90.5 49.4 197.0) |
| OKLCH | oklch(0.901 0.153 195.3) |
Copy-ready code
/* CSS */
color: #0ffdfe;
background-color: #0ffdfe;
/* Tailwind (arbitrary) */
class="text-[#0ffdfe] bg-[#0ffdfe]"
/* SCSS */
$brand: #0ffdfe;
/* SwiftUI */
Color(red: 0.059, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#0ffdfe")Accessibility — WCAG contrast
Aa
#0ffdfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffdfe on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green99.2%
Blue99.6%
CMYK percentages
Cyan94.1%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#0ffdfe text on a black background
contrast 16.50:1
Card sample
#0ffdfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffdfe;
Background color
Panel with #0ffdfe background
background-color: #0ffdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffdfe; background: linear-gradient(135deg, #0ffdfe, #0F5DFE);