Blue
#1507DA
BlueColor Codes
All color formats for development
HEX
#1507DARGB
rgb(21, 7, 218)HSL
hsl(244, 94%, 44%)OKLCH
oklch(0.409 0.273 266.3)CMYK
cmyk(90%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1306C4
2#1105AE
3#0F0598
4#0C0483
5#0A036D
6#080357
7#060241
8#04012C
9#020116
Tints
Lighter variations
1#1708F5
2#3021F8
3#4A3DF9
4#6459FA
5#7D74FB
6#9790FC
7#B1ACFC
8#CBC8FD
9#E5E3FE
Tones
Muted variations
1#1E11CF
2#271CC5
3#3026BA
4#3931AF
5#423BA5
6#4C469A
7#555190
8#5E5B85
9#67667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C3BFFD;
--blue-300: #958DFB;
--blue-400: #5D52FA;
--blue-500: #2F20F8;
--blue-600: #1507DA;
--blue-700: #1105AD;
--blue-800: #0C047C;
--blue-900: #08024F;
--blue-950: #050231;
}