#00f2fe
a balanced, electric cyan · cool · closest name: cyan
RGB
0, 242, 254
HSL
183°, 100%, 50%
CMYK
100, 5, 0, 0
Luminance
0.7066
Every format
| HEX | #00f2fe |
| RGB | rgb(0, 242, 254) |
| HSL | hsl(183, 100%, 50%) |
| CMYK | cmyk(100%, 5%, 0%, 0%) |
| LAB | lab(87.3 -42.7 -19.3) |
| LCH | lch(87.3 46.9 204.3) |
| OKLCH | oklch(0.874 0.149 201.2) |
Copy-ready code
/* CSS */
color: #00f2fe;
background-color: #00f2fe;
/* Tailwind (arbitrary) */
class="text-[#00f2fe] bg-[#00f2fe]"
/* SCSS */
$brand: #00f2fe;
/* SwiftUI */
Color(red: 0.000, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#00f2fe")Accessibility — WCAG contrast
Aa
#00f2fe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f2fe on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green94.9%
Blue99.6%
CMYK percentages
Cyan100.0%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#00f2fe text on a black background
contrast 15.13:1
Card sample
#00f2fe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f2fe;
Background color
Panel with #00f2fe background
background-color: #00f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f2fe; background: linear-gradient(135deg, #00f2fe, #0049FE);