#088291
a dark, electric cyan · cool · closest name: teal
RGB
8, 130, 145
HSL
187°, 90%, 30%
CMYK
95, 10, 0, 43
Luminance
0.1806
Every format
| HEX | #088291 |
| RGB | rgb(8, 130, 145) |
| HSL | hsl(187, 90%, 30%) |
| CMYK | cmyk(95%, 10%, 0%, 43%) |
| LAB | lab(49.6 -23.8 -16.5) |
| LCH | lch(49.6 28.9 214.7) |
| OKLCH | oklch(0.556 0.094 209.1) |
Copy-ready code
/* CSS */
color: #088291;
background-color: #088291;
/* Tailwind (arbitrary) */
class="text-[#088291] bg-[#088291]"
/* SCSS */
$brand: #088291;
/* SwiftUI */
Color(red: 0.031, green: 0.510, blue: 0.569)
/* Android */
Color.parseColor("#088291")Accessibility — WCAG contrast
Aa
#088291 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#088291 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green51.0%
Blue56.9%
CMYK percentages
Cyan94.5%
Magenta10.3%
Yellow0.0%
Key (black)43.1%
Color previews
#088291 text on a black background
contrast 4.61:1
Card sample
#088291 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #088291;
Background color
Panel with #088291 background
background-color: #088291;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #088291;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 130, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 130, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #088291; background: linear-gradient(135deg, #088291, #082791);