#2bc2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 194, 219
HSL
189°, 71%, 51%
CMYK
80, 11, 0, 14
Luminance
0.4421
Every format
| HEX | #2bc2db |
| RGB | rgb(43, 194, 219) |
| HSL | hsl(189, 71%, 51%) |
| CMYK | cmyk(80%, 11%, 0%, 14%) |
| LAB | lab(72.4 -29.2 -23.3) |
| LCH | lch(72.4 37.4 218.6) |
| OKLCH | oklch(0.750 0.123 212.0) |
Copy-ready code
/* CSS */
color: #2bc2db;
background-color: #2bc2db;
/* Tailwind (arbitrary) */
class="text-[#2bc2db] bg-[#2bc2db]"
/* SCSS */
$brand: #2bc2db;
/* SwiftUI */
Color(red: 0.169, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#2bc2db")Accessibility — WCAG contrast
Aa
#2bc2db on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bc2db on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green76.1%
Blue85.9%
CMYK percentages
Cyan80.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#2bc2db text on a black background
contrast 9.84:1
Card sample
#2bc2db text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bc2db;
Background color
Panel with #2bc2db background
background-color: #2bc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bc2db; background: linear-gradient(135deg, #2bc2db, #2B4DDB);