#2abbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 187, 252
HSL
199°, 97%, 58%
CMYK
83, 26, 0, 1
Luminance
0.4306
Every format
| HEX | #2abbfc |
| RGB | rgb(42, 187, 252) |
| HSL | hsl(199, 97%, 58%) |
| CMYK | cmyk(83%, 26%, 0%, 1%) |
| LAB | lab(71.6 -14.8 -42.4) |
| LCH | lch(71.6 44.9 250.7) |
| OKLCH | oklch(0.748 0.147 234.3) |
Copy-ready code
/* CSS */
color: #2abbfc;
background-color: #2abbfc;
/* Tailwind (arbitrary) */
class="text-[#2abbfc] bg-[#2abbfc]"
/* SCSS */
$brand: #2abbfc;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#2abbfc")Accessibility — WCAG contrast
Aa
#2abbfc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abbfc on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue98.8%
CMYK percentages
Cyan83.3%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2abbfc text on a black background
contrast 9.61:1
Card sample
#2abbfc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abbfc;
Background color
Panel with #2abbfc background
background-color: #2abbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abbfc; background: linear-gradient(135deg, #2abbfc, #2A2FFC);