#6abfef
a light, electric blue · cool · closest name: skyblue
RGB
106, 191, 239
HSL
202°, 81%, 68%
CMYK
56, 20, 0, 6
Luminance
0.4656
Every format
| HEX | #6abfef |
| RGB | rgb(106, 191, 239) |
| HSL | hsl(202, 81%, 68%) |
| CMYK | cmyk(56%, 20%, 0%, 6%) |
| LAB | lab(73.9 -12.4 -31.6) |
| LCH | lch(73.9 34.0 248.7) |
| OKLCH | oklch(0.770 0.107 235.3) |
Copy-ready code
/* CSS */
color: #6abfef;
background-color: #6abfef;
/* Tailwind (arbitrary) */
class="text-[#6abfef] bg-[#6abfef]"
/* SCSS */
$brand: #6abfef;
/* SwiftUI */
Color(red: 0.416, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#6abfef")Accessibility — WCAG contrast
Aa
#6abfef on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abfef on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.9%
Blue93.7%
CMYK percentages
Cyan55.6%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#6abfef text on a black background
contrast 10.31:1
Card sample
#6abfef text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abfef;
Background color
Panel with #6abfef background
background-color: #6abfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abfef; background: linear-gradient(135deg, #6abfef, #6E6AEF);