#38b7db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
56, 183, 219
HSL
193°, 69%, 54%
CMYK
74, 16, 0, 14
Luminance
0.3982
Every format
| HEX | #38b7db |
| RGB | rgb(56, 183, 219) |
| HSL | hsl(193, 69%, 54%) |
| CMYK | cmyk(74%, 16%, 0%, 14%) |
| LAB | lab(69.3 -22.4 -27.9) |
| LCH | lch(69.3 35.8 231.3) |
| OKLCH | oklch(0.727 0.118 221.3) |
Copy-ready code
/* CSS */
color: #38b7db;
background-color: #38b7db;
/* Tailwind (arbitrary) */
class="text-[#38b7db] bg-[#38b7db]"
/* SCSS */
$brand: #38b7db;
/* SwiftUI */
Color(red: 0.220, green: 0.718, blue: 0.859)
/* Android */
Color.parseColor("#38b7db")Accessibility — WCAG contrast
Aa
#38b7db on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38b7db on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green71.8%
Blue85.9%
CMYK percentages
Cyan74.4%
Magenta16.4%
Yellow0.0%
Key (black)14.1%
Color previews
#38b7db text on a black background
contrast 8.96:1
Card sample
#38b7db text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38b7db;
Background color
Panel with #38b7db background
background-color: #38b7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38b7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 183, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 183, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38b7db; background: linear-gradient(135deg, #38b7db, #384ADB);