#2199ce
a balanced, vivid cyan · cool · closest name: steelblue
RGB
33, 153, 206
HSL
198°, 72%, 47%
CMYK
84, 26, 0, 19
Luminance
0.2756
Every format
| HEX | #2199ce |
| RGB | rgb(33, 153, 206) |
| HSL | hsl(198, 72%, 47%) |
| CMYK | cmyk(84%, 26%, 0%, 19%) |
| LAB | lab(59.5 -13.1 -36.0) |
| LCH | lch(59.5 38.4 250.0) |
| OKLCH | oklch(0.645 0.126 233.9) |
Copy-ready code
/* CSS */
color: #2199ce;
background-color: #2199ce;
/* Tailwind (arbitrary) */
class="text-[#2199ce] bg-[#2199ce]"
/* SCSS */
$brand: #2199ce;
/* SwiftUI */
Color(red: 0.129, green: 0.600, blue: 0.808)
/* Android */
Color.parseColor("#2199ce")Accessibility — WCAG contrast
Aa
#2199ce on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2199ce on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green60.0%
Blue80.8%
CMYK percentages
Cyan84.0%
Magenta25.7%
Yellow0.0%
Key (black)19.2%
Color previews
#2199ce text on a black background
contrast 6.51:1
Card sample
#2199ce text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2199ce;
Background color
Panel with #2199ce background
background-color: #2199ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2199ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 153, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 153, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2199ce; background: linear-gradient(135deg, #2199ce, #2126CE);