#6fd5da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
111, 213, 218
HSL
183°, 59%, 65%
CMYK
49, 2, 0, 15
Luminance
0.5603
Every format
| HEX | #6fd5da |
| RGB | rgb(111, 213, 218) |
| HSL | hsl(183, 59%, 65%) |
| CMYK | cmyk(49%, 2%, 0%, 15%) |
| LAB | lab(79.6 -28.4 -11.7) |
| LCH | lch(79.6 30.7 202.3) |
| OKLCH | oklch(0.814 0.096 199.7) |
Copy-ready code
/* CSS */
color: #6fd5da;
background-color: #6fd5da;
/* Tailwind (arbitrary) */
class="text-[#6fd5da] bg-[#6fd5da]"
/* SCSS */
$brand: #6fd5da;
/* SwiftUI */
Color(red: 0.435, green: 0.835, blue: 0.855)
/* Android */
Color.parseColor("#6fd5da")Accessibility — WCAG contrast
Aa
#6fd5da on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd5da on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green83.5%
Blue85.5%
CMYK percentages
Cyan49.1%
Magenta2.3%
Yellow0.0%
Key (black)14.5%
Color previews
#6fd5da text on a black background
contrast 12.21:1
Card sample
#6fd5da text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd5da;
Background color
Panel with #6fd5da background
background-color: #6fd5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 213, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 213, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd5da; background: linear-gradient(135deg, #6fd5da, #6F8EDA);