Blue
#1F07DA
BlueColor Codes
All color formats for development
HEX
#1F07DARGB
rgb(31, 7, 218)HSL
hsl(247, 94%, 44%)OKLCH
oklch(0.412 0.271 268.1)CMYK
cmyk(86%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C06C4
2#1905AE
3#160598
4#130483
5#10036D
6#0D0357
7#090241
8#06012C
9#030116
Tints
Lighter variations
1#2308F5
2#3A21F8
3#533DF9
4#6C59FA
5#8474FB
6#9D90FC
7#B5ACFC
8#CEC8FD
9#E6E3FE
Tones
Muted variations
1#2711CF
2#301CC5
3#3826BA
4#4031AF
5#483BA5
6#50469A
7#585190
8#605B85
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 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFB | BordersInactive statesPlaceholder text |
| 400 | 6552 #6552FA | Disabled statesSecondary iconsMuted text |
| 500 | 3A20 #3A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F07 #1F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1905 #1905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B024F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C6BFFD;
--blue-300: #9A8DFB;
--blue-400: #6552FA;
--blue-500: #3A20F8;
--blue-600: #1F07DA;
--blue-700: #1905AD;
--blue-800: #12047C;
--blue-900: #0B024F;
--blue-950: #070231;
}