Blue
#0707DA
BlueColor Codes
All color formats for development
HEX
#0707DARGB
rgb(7, 7, 218)HSL
hsl(240, 94%, 44%)OKLCH
oklch(0.406 0.275 264.7)CMYK
cmyk(97%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0606C4
2#0505AE
3#050598
4#040483
5#03036D
6#030357
7#020241
8#01012C
9#010116
Tints
Lighter variations
1#0808F5
2#2121F8
3#3D3DF9
4#5959FA
5#7474FB
6#9090FC
7#ACACFC
8#C8C8FD
9#E3E3FE
Tones
Muted variations
1#1111CF
2#1C1CC5
3#2626BA
4#3131AF
5#3B3BA5
6#46469A
7#515190
8#5B5B85
9#66667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFB | BordersInactive statesPlaceholder text |
| 400 | 5252 #5252FA | Disabled statesSecondary iconsMuted text |
| 500 | 2020 #2020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0707 #0707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0505 #0505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #02024F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFE;
--blue-200: #BFBFFD;
--blue-300: #8D8DFB;
--blue-400: #5252FA;
--blue-500: #2020F8;
--blue-600: #0707DA;
--blue-700: #0505AD;
--blue-800: #04047C;
--blue-900: #02024F;
--blue-950: #020231;
}