#67c0eb
a light, electric cyan · cool · closest name: skyblue
RGB
103, 192, 235
HSL
200°, 77%, 66%
CMYK
56, 18, 0, 8
Luminance
0.4658
Every format
| HEX | #67c0eb |
| RGB | rgb(103, 192, 235) |
| HSL | hsl(200, 77%, 66%) |
| CMYK | cmyk(56%, 18%, 0%, 8%) |
| LAB | lab(73.9 -14.7 -29.5) |
| LCH | lch(73.9 32.9 243.5) |
| OKLCH | oklch(0.769 0.105 231.3) |
Copy-ready code
/* CSS */
color: #67c0eb;
background-color: #67c0eb;
/* Tailwind (arbitrary) */
class="text-[#67c0eb] bg-[#67c0eb]"
/* SCSS */
$brand: #67c0eb;
/* SwiftUI */
Color(red: 0.404, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#67c0eb")Accessibility — WCAG contrast
Aa
#67c0eb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c0eb on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green75.3%
Blue92.2%
CMYK percentages
Cyan56.2%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#67c0eb text on a black background
contrast 10.32:1
Card sample
#67c0eb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c0eb;
Background color
Panel with #67c0eb background
background-color: #67c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c0eb; background: linear-gradient(135deg, #67c0eb, #6768EB);