Blue
#1F13CD
BlueColor Codes
All color formats for development
HEX
#1F13CDRGB
rgb(31, 19, 205)HSL
hsl(244, 83%, 44%)OKLCH
oklch(0.401 0.254 268.5)CMYK
cmyk(85%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C11B9
2#190FA4
3#160D90
4#130B7B
5#100A67
6#0D0852
7#09063E
8#060429
9#030215
Tints
Lighter variations
1#2316E7
2#3B2EEC
3#5348EE
4#6C62F0
5#847CF3
6#9D96F5
7#B5B1F8
8#CECBFA
9#E6E5FD
Tones
Muted variations
1#281CC4
2#3026BB
3#382FB1
4#4038A8
5#48429F
6#504B95
7#58548C
8#605E83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A94 #9A94F5 | BordersInactive statesPlaceholder text |
| 400 | 665C #665CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2D #3A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F13 #1F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190F #190FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DEFC;
--blue-200: #C6C2F9;
--blue-300: #9A94F5;
--blue-400: #665CF0;
--blue-500: #3A2DEB;
--blue-600: #1F13CD;
--blue-700: #190FA3;
--blue-800: #120B75;
--blue-900: #0B074B;
--blue-950: #07042F;
}