#0397b5
a dark, electric cyan · cool · closest name: teal
RGB
3, 151, 181
HSL
190°, 97%, 36%
CMYK
98, 17, 0, 29
Luminance
0.2549
Every format
| HEX | #0397b5 |
| RGB | rgb(3, 151, 181) |
| HSL | hsl(190, 97%, 36%) |
| CMYK | cmyk(98%, 17%, 0%, 29%) |
| LAB | lab(57.5 -22.4 -25.0) |
| LCH | lch(57.5 33.6 228.1) |
| OKLCH | oklch(0.625 0.112 218.6) |
Copy-ready code
/* CSS */
color: #0397b5;
background-color: #0397b5;
/* Tailwind (arbitrary) */
class="text-[#0397b5] bg-[#0397b5]"
/* SCSS */
$brand: #0397b5;
/* SwiftUI */
Color(red: 0.012, green: 0.592, blue: 0.710)
/* Android */
Color.parseColor("#0397b5")Accessibility — WCAG contrast
Aa
#0397b5 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0397b5 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green59.2%
Blue71.0%
CMYK percentages
Cyan98.3%
Magenta16.6%
Yellow0.0%
Key (black)29.0%
Color previews
#0397b5 text on a black background
contrast 6.10:1
Card sample
#0397b5 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0397b5;
Background color
Panel with #0397b5 background
background-color: #0397b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0397b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 151, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 151, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0397b5; background: linear-gradient(135deg, #0397b5, #0320B5);