Blue
#1313CD
BlueColor Codes
All color formats for development
HEX
#1313CDRGB
rgb(19, 19, 205)HSL
hsl(240, 83%, 44%)OKLCH
oklch(0.397 0.256 266.3)CMYK
cmyk(91%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1111B9
2#0F0FA4
3#0D0D90
4#0B0B7B
5#0A0A67
6#080852
7#06063E
8#040429
9#020215
Tints
Lighter variations
1#1616E7
2#2E2EEC
3#4848EE
4#6262F0
5#7C7CF3
6#9696F5
7#B1B1F8
8#CBCBFA
9#E5E5FD
Tones
Muted variations
1#1C1CC4
2#2626BB
3#2F2FB1
4#3838A8
5#42429F
6#4B4B95
7#54548C
8#5E5E83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5C #5C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D2D #2D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1313 #1313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F0F #0F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFC;
--blue-200: #C2C2F9;
--blue-300: #9494F5;
--blue-400: #5C5CF0;
--blue-500: #2D2DEB;
--blue-600: #1313CD;
--blue-700: #0F0FA3;
--blue-800: #0B0B75;
--blue-900: #07074B;
--blue-950: #04042F;
}