#28bfdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
40, 191, 220
HSL
190°, 72%, 51%
CMYK
82, 13, 0, 14
Luminance
0.4288
Every format
| HEX | #28bfdc |
| RGB | rgb(40, 191, 220) |
| HSL | hsl(190, 72%, 51%) |
| CMYK | cmyk(82%, 13%, 0%, 14%) |
| LAB | lab(71.5 -27.7 -25.2) |
| LCH | lch(71.5 37.5 222.4) |
| OKLCH | oklch(0.743 0.124 214.7) |
Copy-ready code
/* CSS */
color: #28bfdc;
background-color: #28bfdc;
/* Tailwind (arbitrary) */
class="text-[#28bfdc] bg-[#28bfdc]"
/* SCSS */
$brand: #28bfdc;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.863)
/* Android */
Color.parseColor("#28bfdc")Accessibility — WCAG contrast
Aa
#28bfdc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bfdc on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue86.3%
CMYK percentages
Cyan81.8%
Magenta13.2%
Yellow0.0%
Key (black)13.7%
Color previews
#28bfdc text on a black background
contrast 9.58:1
Card sample
#28bfdc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bfdc;
Background color
Panel with #28bfdc background
background-color: #28bfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bfdc; background: linear-gradient(135deg, #28bfdc, #2847DC);