#72b2db
a light, vivid blue · cool · closest name: skyblue
RGB
114, 178, 219
HSL
203°, 59%, 65%
CMYK
48, 19, 0, 14
Luminance
0.4053
Every format
| HEX | #72b2db |
| RGB | rgb(114, 178, 219) |
| HSL | hsl(203, 59%, 65%) |
| CMYK | cmyk(48%, 19%, 0%, 14%) |
| LAB | lab(69.8 -9.5 -27.0) |
| LCH | lch(69.8 28.6 250.7) |
| OKLCH | oklch(0.736 0.089 237.8) |
Copy-ready code
/* CSS */
color: #72b2db;
background-color: #72b2db;
/* Tailwind (arbitrary) */
class="text-[#72b2db] bg-[#72b2db]"
/* SCSS */
$brand: #72b2db;
/* SwiftUI */
Color(red: 0.447, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#72b2db")Accessibility — WCAG contrast
Aa
#72b2db on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72b2db on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green69.8%
Blue85.9%
CMYK percentages
Cyan47.9%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#72b2db text on a black background
contrast 9.11:1
Card sample
#72b2db text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72b2db;
Background color
Panel with #72b2db background
background-color: #72b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72b2db; background: linear-gradient(135deg, #72b2db, #7872DB);