#2bbcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 188, 223
HSL
192°, 74%, 52%
CMYK
81, 16, 0, 13
Luminance
0.4181
Every format
| HEX | #2bbcdf |
| RGB | rgb(43, 188, 223) |
| HSL | hsl(192, 74%, 52%) |
| CMYK | cmyk(81%, 16%, 0%, 13%) |
| LAB | lab(70.7 -25.0 -28.0) |
| LCH | lch(70.7 37.5 228.3) |
| OKLCH | oklch(0.738 0.125 219.0) |
Copy-ready code
/* CSS */
color: #2bbcdf;
background-color: #2bbcdf;
/* Tailwind (arbitrary) */
class="text-[#2bbcdf] bg-[#2bbcdf]"
/* SCSS */
$brand: #2bbcdf;
/* SwiftUI */
Color(red: 0.169, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#2bbcdf")Accessibility — WCAG contrast
Aa
#2bbcdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bbcdf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2bbcdf text on a black background
contrast 9.36:1
Card sample
#2bbcdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bbcdf;
Background color
Panel with #2bbcdf background
background-color: #2bbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bbcdf; background: linear-gradient(135deg, #2bbcdf, #2B44DF);