#4698af
a balanced, soft cyan · cool · closest name: teal
RGB
70, 152, 175
HSL
193°, 43%, 48%
CMYK
60, 13, 0, 31
Luminance
0.2685
Every format
| HEX | #4698af |
| RGB | rgb(70, 152, 175) |
| HSL | hsl(193, 43%, 48%) |
| CMYK | cmyk(60%, 13%, 0%, 31%) |
| LAB | lab(58.8 -18.0 -19.5) |
| LCH | lch(58.8 26.5 227.3) |
| OKLCH | oklch(0.638 0.086 219.0) |
Copy-ready code
/* CSS */
color: #4698af;
background-color: #4698af;
/* Tailwind (arbitrary) */
class="text-[#4698af] bg-[#4698af]"
/* SCSS */
$brand: #4698af;
/* SwiftUI */
Color(red: 0.275, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#4698af")Accessibility — WCAG contrast
Aa
#4698af on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4698af on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.6%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta13.1%
Yellow0.0%
Key (black)31.4%
Color previews
#4698af text on a black background
contrast 6.37:1
Card sample
#4698af text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4698af;
Background color
Panel with #4698af background
background-color: #4698af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4698af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4698af; background: linear-gradient(135deg, #4698af, #4652AF);