#0fa2cf
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 162, 207
HSL
194°, 87%, 44%
CMYK
93, 22, 0, 19
Luminance
0.3045
Every format
| HEX | #0fa2cf |
| RGB | rgb(15, 162, 207) |
| HSL | hsl(194, 87%, 44%) |
| CMYK | cmyk(93%, 22%, 0%, 19%) |
| LAB | lab(62.0 -18.7 -32.6) |
| LCH | lch(62.0 37.6 240.2) |
| OKLCH | oklch(0.665 0.126 226.9) |
Copy-ready code
/* CSS */
color: #0fa2cf;
background-color: #0fa2cf;
/* Tailwind (arbitrary) */
class="text-[#0fa2cf] bg-[#0fa2cf]"
/* SCSS */
$brand: #0fa2cf;
/* SwiftUI */
Color(red: 0.059, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#0fa2cf")Accessibility — WCAG contrast
Aa
#0fa2cf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fa2cf on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green63.5%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#0fa2cf text on a black background
contrast 7.09:1
Card sample
#0fa2cf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa2cf;
Background color
Panel with #0fa2cf background
background-color: #0fa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa2cf; background: linear-gradient(135deg, #0fa2cf, #0F22CF);