#6abcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 188, 219
HSL
197°, 61%, 64%
CMYK
52, 14, 0, 14
Luminance
0.4415
Every format
| HEX | #6abcdb |
| RGB | rgb(106, 188, 219) |
| HSL | hsl(197, 61%, 64%) |
| CMYK | cmyk(52%, 14%, 0%, 14%) |
| LAB | lab(72.3 -16.6 -23.2) |
| LCH | lch(72.3 28.5 234.5) |
| OKLCH | oklch(0.755 0.092 224.7) |
Copy-ready code
/* CSS */
color: #6abcdb;
background-color: #6abcdb;
/* Tailwind (arbitrary) */
class="text-[#6abcdb] bg-[#6abcdb]"
/* SCSS */
$brand: #6abcdb;
/* SwiftUI */
Color(red: 0.416, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#6abcdb")Accessibility — WCAG contrast
Aa
#6abcdb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abcdb on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.7%
Blue85.9%
CMYK percentages
Cyan51.6%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#6abcdb text on a black background
contrast 9.83:1
Card sample
#6abcdb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abcdb;
Background color
Panel with #6abcdb background
background-color: #6abcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abcdb; background: linear-gradient(135deg, #6abcdb, #6A70DB);