#6abfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 191, 223
HSL
196°, 65%, 65%
CMYK
53, 14, 0, 13
Luminance
0.4565
Every format
| HEX | #6abfdf |
| RGB | rgb(106, 191, 223) |
| HSL | hsl(196, 65%, 65%) |
| CMYK | cmyk(53%, 14%, 0%, 13%) |
| LAB | lab(73.3 -17.0 -23.9) |
| LCH | lch(73.3 29.3 234.5) |
| OKLCH | oklch(0.763 0.094 224.7) |
Copy-ready code
/* CSS */
color: #6abfdf;
background-color: #6abfdf;
/* Tailwind (arbitrary) */
class="text-[#6abfdf] bg-[#6abfdf]"
/* SCSS */
$brand: #6abfdf;
/* SwiftUI */
Color(red: 0.416, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#6abfdf")Accessibility — WCAG contrast
Aa
#6abfdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abfdf on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6abfdf text on a black background
contrast 10.13:1
Card sample
#6abfdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abfdf;
Background color
Panel with #6abfdf background
background-color: #6abfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abfdf; background: linear-gradient(135deg, #6abfdf, #6A71DF);