#94c2db
a light, vivid blue · cool · closest name: skyblue
RGB
148, 194, 219
HSL
201°, 50%, 72%
CMYK
32, 11, 0, 14
Luminance
0.4999
Every format
| HEX | #94c2db |
| RGB | rgb(148, 194, 219) |
| HSL | hsl(201, 50%, 72%) |
| CMYK | cmyk(32%, 11%, 0%, 14%) |
| LAB | lab(76.1 -9.2 -17.4) |
| LCH | lch(76.1 19.6 242.1) |
| OKLCH | oklch(0.790 0.060 232.2) |
Copy-ready code
/* CSS */
color: #94c2db;
background-color: #94c2db;
/* Tailwind (arbitrary) */
class="text-[#94c2db] bg-[#94c2db]"
/* SCSS */
$brand: #94c2db;
/* SwiftUI */
Color(red: 0.580, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#94c2db")Accessibility — WCAG contrast
Aa
#94c2db on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c2db on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green76.1%
Blue85.9%
CMYK percentages
Cyan32.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#94c2db text on a black background
contrast 11.00:1
Card sample
#94c2db text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c2db;
Background color
Panel with #94c2db background
background-color: #94c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c2db; background: linear-gradient(135deg, #94c2db, #9594DB);