Blue
#2313CD
BlueColor Codes
All color formats for development
HEX
#2313CDRGB
rgb(35, 19, 205)HSL
hsl(245, 83%, 44%)OKLCH
oklch(0.403 0.253 269.5)CMYK
cmyk(83%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F11B9
2#1C0FA4
3#180D90
4#150B7B
5#110A67
6#0E0852
7#0A063E
8#070429
9#030215
Tints
Lighter variations
1#2716E7
2#3E2EEC
3#5648EE
4#6E62F0
5#867CF3
6#9E96F5
7#B7B1F8
8#CFCBFA
9#E7E5FD
Tones
Muted variations
1#2A1CC4
2#3226BB
3#3A2FB1
4#4238A8
5#49429F
6#514B95
7#59548C
8#615E83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DEFC;
--blue-200: #C7C2F9;
--blue-300: #9C94F5;
--blue-400: #685CF0;
--blue-500: #3D2DEB;
--blue-600: #2313CD;
--blue-700: #1C0FA3;
--blue-800: #140B75;
--blue-900: #0D074B;
--blue-950: #08042F;
}