#2bafdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 175, 219
HSL
195°, 71%, 51%
CMYK
80, 20, 0, 14
Luminance
0.3629
Every format
| HEX | #2bafdb |
| RGB | rgb(43, 175, 219) |
| HSL | hsl(195, 71%, 51%) |
| CMYK | cmyk(80%, 20%, 0%, 14%) |
| LAB | lab(66.7 -19.6 -32.0) |
| LCH | lch(66.7 37.5 238.5) |
| OKLCH | oklch(0.705 0.125 226.1) |
Copy-ready code
/* CSS */
color: #2bafdb;
background-color: #2bafdb;
/* Tailwind (arbitrary) */
class="text-[#2bafdb] bg-[#2bafdb]"
/* SCSS */
$brand: #2bafdb;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#2bafdb")Accessibility — WCAG contrast
Aa
#2bafdb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafdb on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue85.9%
CMYK percentages
Cyan80.4%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#2bafdb text on a black background
contrast 8.26:1
Card sample
#2bafdb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafdb;
Background color
Panel with #2bafdb background
background-color: #2bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafdb; background: linear-gradient(135deg, #2bafdb, #2B3ADB);