#0f99b7
a dark, electric cyan · cool · closest name: teal
RGB
15, 153, 183
HSL
191°, 85%, 39%
CMYK
92, 16, 0, 28
Luminance
0.2630
Every format
| HEX | #0f99b7 |
| RGB | rgb(15, 153, 183) |
| HSL | hsl(191, 85%, 39%) |
| CMYK | cmyk(92%, 16%, 0%, 28%) |
| LAB | lab(58.3 -22.3 -24.9) |
| LCH | lch(58.3 33.4 228.2) |
| OKLCH | oklch(0.632 0.112 218.7) |
Copy-ready code
/* CSS */
color: #0f99b7;
background-color: #0f99b7;
/* Tailwind (arbitrary) */
class="text-[#0f99b7] bg-[#0f99b7]"
/* SCSS */
$brand: #0f99b7;
/* SwiftUI */
Color(red: 0.059, green: 0.600, blue: 0.718)
/* Android */
Color.parseColor("#0f99b7")Accessibility — WCAG contrast
Aa
#0f99b7 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f99b7 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green60.0%
Blue71.8%
CMYK percentages
Cyan91.8%
Magenta16.4%
Yellow0.0%
Key (black)28.2%
Color previews
#0f99b7 text on a black background
contrast 6.26:1
Card sample
#0f99b7 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f99b7;
Background color
Panel with #0f99b7 background
background-color: #0f99b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f99b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 153, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 153, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f99b7; background: linear-gradient(135deg, #0f99b7, #0F29B7);