#0faffe
a balanced, electric cyan · cool · closest name: steelblue
RGB
15, 175, 254
HSL
200°, 99%, 53%
CMYK
94, 31, 0, 0
Luminance
0.3792
Every format
| HEX | #0faffe |
| RGB | rgb(15, 175, 254) |
| HSL | hsl(200, 99%, 53%) |
| CMYK | cmyk(94%, 31%, 0%, 0%) |
| LAB | lab(68.0 -9.0 -49.2) |
| LCH | lch(68.0 50.0 259.6) |
| OKLCH | oklch(0.719 0.162 239.8) |
Copy-ready code
/* CSS */
color: #0faffe;
background-color: #0faffe;
/* Tailwind (arbitrary) */
class="text-[#0faffe] bg-[#0faffe]"
/* SCSS */
$brand: #0faffe;
/* SwiftUI */
Color(red: 0.059, green: 0.686, blue: 0.996)
/* Android */
Color.parseColor("#0faffe")Accessibility — WCAG contrast
Aa
#0faffe on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0faffe on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green68.6%
Blue99.6%
CMYK percentages
Cyan94.1%
Magenta31.1%
Yellow0.0%
Key (black)0.4%
Color previews
#0faffe text on a black background
contrast 8.58:1
Card sample
#0faffe text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0faffe;
Background color
Panel with #0faffe background
background-color: #0faffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0faffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 175, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 175, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0faffe; background: linear-gradient(135deg, #0faffe, #0F10FE);