#0b7f7f
a dark, electric cyan · cool · “teal”
RGB
11, 127, 127
HSL
180°, 84%, 27%
CMYK
91, 0, 0, 50
Luminance
0.1678
Every format
| HEX | #0b7f7f |
| RGB | rgb(11, 127, 127) |
| HSL | hsl(180, 84%, 27%) |
| CMYK | cmyk(91%, 0%, 0%, 50%) |
| LAB | lab(48.0 -28.1 -8.3) |
| LCH | lch(48.0 29.3 196.4) |
| OKLCH | oklch(0.541 0.090 194.8) |
Copy-ready code
/* CSS */
color: #0b7f7f;
background-color: #0b7f7f;
/* Tailwind (arbitrary) */
class="text-[#0b7f7f] bg-[#0b7f7f]"
/* SCSS */
$brand: #0b7f7f;
/* SwiftUI */
Color(red: 0.043, green: 0.498, blue: 0.498)
/* Android */
Color.parseColor("#0b7f7f")Accessibility — WCAG contrast
Aa
#0b7f7f on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b7f7f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green49.8%
Blue49.8%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow0.0%
Key (black)50.2%
Color previews
#0b7f7f text on a black background
contrast 4.36:1
Card sample
#0b7f7f text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b7f7f;
Background color
Panel with #0b7f7f background
background-color: #0b7f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b7f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 127, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 127, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b7f7f; background: linear-gradient(135deg, #0b7f7f, #0B327F);