Blue
#2A07DA
BlueColor Codes
All color formats for development
HEX
#2A07DARGB
rgb(42, 7, 218)HSL
hsl(250, 94%, 44%)OKLCH
oklch(0.417 0.268 270.6)CMYK
cmyk(81%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2606C4
2#2205AE
3#1D0598
4#190483
5#15036D
6#110357
7#0D0241
8#08012C
9#040116
Tints
Lighter variations
1#2F08F5
2#4521F8
3#5C3DF9
4#7459FA
5#8B74FB
6#A290FC
7#B9ACFC
8#D1C8FD
9#E8E3FE
Tones
Muted variations
1#3111CF
2#381CC5
3#3F26BA
4#4631AF
5#4D3BA5
6#54469A
7#5B5190
8#625B85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DCFE;
--blue-200: #C9BFFD;
--blue-300: #A08DFB;
--blue-400: #6E52FA;
--blue-500: #4420F8;
--blue-600: #2A07DA;
--blue-700: #2105AD;
--blue-800: #18047C;
--blue-900: #0F024F;
--blue-950: #0A0231;
}