#2bb0df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 176, 223
HSL
196°, 74%, 52%
CMYK
81, 21, 0, 13
Luminance
0.3689
Every format
| HEX | #2bb0df |
| RGB | rgb(43, 176, 223) |
| HSL | hsl(196, 74%, 52%) |
| CMYK | cmyk(81%, 21%, 0%, 13%) |
| LAB | lab(67.2 -18.8 -33.5) |
| LCH | lch(67.2 38.4 240.7) |
| OKLCH | oklch(0.709 0.127 227.6) |
Copy-ready code
/* CSS */
color: #2bb0df;
background-color: #2bb0df;
/* Tailwind (arbitrary) */
class="text-[#2bb0df] bg-[#2bb0df]"
/* SCSS */
$brand: #2bb0df;
/* SwiftUI */
Color(red: 0.169, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#2bb0df")Accessibility — WCAG contrast
Aa
#2bb0df on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bb0df on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green69.0%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2bb0df text on a black background
contrast 8.38:1
Card sample
#2bb0df text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bb0df;
Background color
Panel with #2bb0df background
background-color: #2bb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bb0df; background: linear-gradient(135deg, #2bb0df, #2B38DF);