#2bd2ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 210, 255
HSL
193°, 100%, 58%
CMYK
83, 18, 0, 0
Luminance
0.5383
Every format
| HEX | #2bd2ff |
| RGB | rgb(43, 210, 255) |
| HSL | hsl(193, 100%, 58%) |
| CMYK | cmyk(83%, 18%, 0%, 0%) |
| LAB | lab(78.4 -25.6 -33.5) |
| LCH | lch(78.4 42.2 232.6) |
| OKLCH | oklch(0.803 0.141 221.9) |
Copy-ready code
/* CSS */
color: #2bd2ff;
background-color: #2bd2ff;
/* Tailwind (arbitrary) */
class="text-[#2bd2ff] bg-[#2bd2ff]"
/* SCSS */
$brand: #2bd2ff;
/* SwiftUI */
Color(red: 0.169, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#2bd2ff")Accessibility — WCAG contrast
Aa
#2bd2ff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bd2ff on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green82.4%
Blue100.0%
CMYK percentages
Cyan83.1%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#2bd2ff text on a black background
contrast 11.77:1
Card sample
#2bd2ff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bd2ff;
Background color
Panel with #2bd2ff background
background-color: #2bd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bd2ff; background: linear-gradient(135deg, #2bd2ff, #2B45FF);