Blue
#1319CD
BlueColor Codes
All color formats for development
HEX
#1319CDRGB
rgb(19, 25, 205)HSL
hsl(238, 83%, 44%)OKLCH
oklch(0.401 0.254 266.3)CMYK
cmyk(91%, 88%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1117B9
2#0F14A4
3#0D1290
4#0B0F7B
5#0A0D67
6#080A52
7#06083E
8#040529
9#020315
Tints
Lighter variations
1#161DE7
2#2E34EC
3#484EEE
4#6267F0
5#7C80F3
6#969AF5
7#B1B3F8
8#CBCCFA
9#E5E6FD
Tones
Muted variations
1#1C22C4
2#262BBB
3#2F33B1
4#383CA8
5#42459F
6#4B4D95
7#54568C
8#5E5F83
9#67687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F5 | BordersInactive statesPlaceholder text |
| 400 | 5C61 #5C61F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D33 #2D33EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1319 #1319CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F14 #0F14A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0E #0B0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C4F9;
--blue-300: #9497F5;
--blue-400: #5C61F0;
--blue-500: #2D33EB;
--blue-600: #1319CD;
--blue-700: #0F14A3;
--blue-800: #0B0E75;
--blue-900: #07094B;
--blue-950: #04062F;
}