#00f1f8
a balanced, electric cyan · cool · closest name: cyan
RGB
0, 241, 248
HSL
182°, 100%, 49%
CMYK
100, 3, 0, 3
Luminance
0.6969
Every format
| HEX | #00f1f8 |
| RGB | rgb(0, 241, 248) |
| HSL | hsl(182, 100%, 49%) |
| CMYK | cmyk(100%, 3%, 0%, 3%) |
| LAB | lab(86.8 -44.0 -16.9) |
| LCH | lch(86.8 47.2 201.0) |
| OKLCH | oklch(0.870 0.148 198.5) |
Copy-ready code
/* CSS */
color: #00f1f8;
background-color: #00f1f8;
/* Tailwind (arbitrary) */
class="text-[#00f1f8] bg-[#00f1f8]"
/* SCSS */
$brand: #00f1f8;
/* SwiftUI */
Color(red: 0.000, green: 0.945, blue: 0.973)
/* Android */
Color.parseColor("#00f1f8")Accessibility — WCAG contrast
Aa
#00f1f8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f1f8 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green94.5%
Blue97.3%
CMYK percentages
Cyan100.0%
Magenta2.8%
Yellow0.0%
Key (black)2.7%
Color previews
#00f1f8 text on a black background
contrast 14.94:1
Card sample
#00f1f8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f1f8;
Background color
Panel with #00f1f8 background
background-color: #00f1f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f1f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 241, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 241, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f1f8; background: linear-gradient(135deg, #00f1f8, #004CF8);