Blue
#3813CD
BlueColor Codes
All color formats for development
HEX
#3813CDRGB
rgb(56, 19, 205)HSL
hsl(252, 83%, 44%)OKLCH
oklch(0.415 0.247 275.6)CMYK
cmyk(73%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3311B9
2#2D0FA4
3#270D90
4#220B7B
5#1C0A67
6#170852
7#11063E
8#0B0429
9#060215
Tints
Lighter variations
1#3F16E7
2#542EEC
3#6948EE
4#7F62F0
5#947CF3
6#A996F5
7#BFB1F8
8#D4CBFA
9#EAE5FD
Tones
Muted variations
1#3E1CC4
2#4326BB
3#492FB1
4#4F38A8
5#54429F
6#5A4B95
7#5F548C
8#655E83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC2 #CDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A794 #A794F5 | BordersInactive statesPlaceholder text |
| 400 | 795C #795CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 532D #532DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3813 #3813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0F #2D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200B #200B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1407 #14074B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E4DEFC;
--blue-200: #CDC2F9;
--blue-300: #A794F5;
--blue-400: #795CF0;
--blue-500: #532DEB;
--blue-600: #3813CD;
--blue-700: #2D0FA3;
--blue-800: #200B75;
--blue-900: #14074B;
--blue-950: #0D042F;
}