#0fadff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
15, 173, 255
HSL
201°, 100%, 53%
CMYK
94, 32, 0, 0
Luminance
0.3721
Every format
| HEX | #0fadff |
| RGB | rgb(15, 173, 255) |
| HSL | hsl(201, 100%, 53%) |
| CMYK | cmyk(94%, 32%, 0%, 0%) |
| LAB | lab(67.4 -7.5 -50.6) |
| LCH | lch(67.4 51.1 261.5) |
| OKLCH | oklch(0.715 0.164 241.1) |
Copy-ready code
/* CSS */
color: #0fadff;
background-color: #0fadff;
/* Tailwind (arbitrary) */
class="text-[#0fadff] bg-[#0fadff]"
/* SCSS */
$brand: #0fadff;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#0fadff")Accessibility — WCAG contrast
Aa
#0fadff on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fadff on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#0fadff text on a black background
contrast 8.44:1
Card sample
#0fadff text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fadff;
Background color
Panel with #0fadff background
background-color: #0fadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fadff; background: linear-gradient(135deg, #0fadff, #110FFF);