#0ff2fe
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 242, 254
HSL
183°, 99%, 53%
CMYK
94, 5, 0, 0
Luminance
0.7076
Every format
| HEX | #0ff2fe |
| RGB | rgb(15, 242, 254) |
| HSL | hsl(183, 99%, 53%) |
| CMYK | cmyk(94%, 5%, 0%, 0%) |
| LAB | lab(87.4 -42.4 -19.2) |
| LCH | lch(87.4 46.5 204.4) |
| OKLCH | oklch(0.875 0.148 201.3) |
Copy-ready code
/* CSS */
color: #0ff2fe;
background-color: #0ff2fe;
/* Tailwind (arbitrary) */
class="text-[#0ff2fe] bg-[#0ff2fe]"
/* SCSS */
$brand: #0ff2fe;
/* SwiftUI */
Color(red: 0.059, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#0ff2fe")Accessibility — WCAG contrast
Aa
#0ff2fe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ff2fe on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green94.9%
Blue99.6%
CMYK percentages
Cyan94.1%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#0ff2fe text on a black background
contrast 15.15:1
Card sample
#0ff2fe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ff2fe;
Background color
Panel with #0ff2fe background
background-color: #0ff2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ff2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ff2fe; background: linear-gradient(135deg, #0ff2fe, #0F53FE);