#c2c3db
a light, soft blue · warm · closest name: lavender
RGB
194, 195, 219
HSL
238°, 26%, 81%
CMYK
11, 11, 0, 14
Luminance
0.5561
Every format
| HEX | #c2c3db |
| RGB | rgb(194, 195, 219) |
| HSL | hsl(238, 26%, 81%) |
| CMYK | cmyk(11%, 11%, 0%, 14%) |
| LAB | lab(79.4 4.3 -12.1) |
| LCH | lch(79.4 12.8 289.8) |
| OKLCH | oklch(0.824 0.033 283.7) |
Copy-ready code
/* CSS */
color: #c2c3db;
background-color: #c2c3db;
/* Tailwind (arbitrary) */
class="text-[#c2c3db] bg-[#c2c3db]"
/* SCSS */
$brand: #c2c3db;
/* SwiftUI */
Color(red: 0.761, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#c2c3db")Accessibility — WCAG contrast
Aa
#c2c3db on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c3db on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.5%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#c2c3db text on a black background
contrast 12.12:1
Card sample
#c2c3db text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c3db;
Background color
Panel with #c2c3db background
background-color: #c2c3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c3db; background: linear-gradient(135deg, #c2c3db, #D2C2DB);