#2ba8db
a balanced, vivid cyan · cool · closest name: steelblue
RGB
43, 168, 219
HSL
197°, 71%, 51%
CMYK
80, 23, 0, 14
Luminance
0.3363
Every format
| HEX | #2ba8db |
| RGB | rgb(43, 168, 219) |
| HSL | hsl(197, 71%, 51%) |
| CMYK | cmyk(80%, 23%, 0%, 14%) |
| LAB | lab(64.7 -15.9 -35.2) |
| LCH | lch(64.7 38.6 245.7) |
| OKLCH | oklch(0.688 0.127 231.1) |
Copy-ready code
/* CSS */
color: #2ba8db;
background-color: #2ba8db;
/* Tailwind (arbitrary) */
class="text-[#2ba8db] bg-[#2ba8db]"
/* SCSS */
$brand: #2ba8db;
/* SwiftUI */
Color(red: 0.169, green: 0.659, blue: 0.859)
/* Android */
Color.parseColor("#2ba8db")Accessibility — WCAG contrast
Aa
#2ba8db on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ba8db on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green65.9%
Blue85.9%
CMYK percentages
Cyan80.4%
Magenta23.3%
Yellow0.0%
Key (black)14.1%
Color previews
#2ba8db text on a black background
contrast 7.73:1
Card sample
#2ba8db text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba8db;
Background color
Panel with #2ba8db background
background-color: #2ba8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 168, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 168, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba8db; background: linear-gradient(135deg, #2ba8db, #2B33DB);