#39badb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 186, 219
HSL
192°, 69%, 54%
CMYK
74, 15, 0, 14
Luminance
0.4110
Every format
| HEX | #39badb |
| RGB | rgb(57, 186, 219) |
| HSL | hsl(192, 69%, 54%) |
| CMYK | cmyk(74%, 15%, 0%, 14%) |
| LAB | lab(70.2 -23.8 -26.6) |
| LCH | lch(70.2 35.7 228.1) |
| OKLCH | oklch(0.734 0.118 219.0) |
Copy-ready code
/* CSS */
color: #39badb;
background-color: #39badb;
/* Tailwind (arbitrary) */
class="text-[#39badb] bg-[#39badb]"
/* SCSS */
$brand: #39badb;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.859)
/* Android */
Color.parseColor("#39badb")Accessibility — WCAG contrast
Aa
#39badb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39badb on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue85.9%
CMYK percentages
Cyan74.0%
Magenta15.1%
Yellow0.0%
Key (black)14.1%
Color previews
#39badb text on a black background
contrast 9.22:1
Card sample
#39badb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39badb;
Background color
Panel with #39badb background
background-color: #39badb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39badb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39badb; background: linear-gradient(135deg, #39badb, #394EDB);