Blue
#1C07DA
BlueColor Codes
All color formats for development
HEX
#1C07DARGB
rgb(28, 7, 218)HSL
hsl(246, 94%, 44%)OKLCH
oklch(0.411 0.272 267.5)CMYK
cmyk(87%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1906C4
2#1605AE
3#130598
4#110483
5#0E036D
6#0B0357
7#080241
8#06012C
9#030116
Tints
Lighter variations
1#1F08F5
2#3721F8
3#503DF9
4#6959FA
5#8274FB
6#9B90FC
7#B4ACFC
8#CDC8FD
9#E6E3FE
Tones
Muted variations
1#2411CF
2#2D1CC5
3#3526BA
4#3E31AF
5#463BA5
6#4E469A
7#575190
8#5F5B85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | 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: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BFFD;
--blue-300: #988DFB;
--blue-400: #6352FA;
--blue-500: #3620F8;
--blue-600: #1C07DA;
--blue-700: #1605AD;
--blue-800: #10047C;
--blue-900: #0A024F;
--blue-950: #060231;
}