Blue
#1807DA
BlueColor Codes
All color formats for development
HEX
#1807DARGB
rgb(24, 7, 218)HSL
hsl(245, 94%, 44%)OKLCH
oklch(0.41 0.273 266.8)CMYK
cmyk(89%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1606C4
2#1305AE
3#110598
4#0F0483
5#0C036D
6#0A0357
7#070241
8#05012C
9#020116
Tints
Lighter variations
1#1B08F5
2#3321F8
3#4D3DF9
4#6659FA
5#8074FB
6#9990FC
7#B3ACFC
8#CCC8FD
9#E6E3FE
Tones
Muted variations
1#2111CF
2#2A1CC5
3#3326BA
4#3B31AF
5#443BA5
6#4D469A
7#565190
8#5F5B85
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 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BFFD;
--blue-300: #968DFB;
--blue-400: #6052FA;
--blue-500: #3220F8;
--blue-600: #1807DA;
--blue-700: #1305AD;
--blue-800: #0E047C;
--blue-900: #09024F;
--blue-950: #060231;
}