Blue
#431EFA
BlueColor Codes
All color formats for development
HEX
#431EFARGB
rgb(67, 30, 250)HSL
hsl(250, 96%, 55%)OKLCH
oklch(0.482 0.286 274.6)CMYK
cmyk(73%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D05F7
2#2804DC
3#2304C0
4#1E03A5
5#190389
6#14026E
7#0F0252
8#0A0137
9#05011B
Tints
Lighter variations
1#5635FB
2#684BFB
3#7B62FC
4#8E78FC
5#A18FFD
6#B4A5FD
7#C7BCFE
8#D9D2FE
9#ECE9FF
Tones
Muted variations
1#4A29EF
2#5134E4
3#593FD9
4#604ACE
5#6855C3
6#6F60B8
7#766BAD
8#7E76A2
9#858197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8C #9F8CFD | BordersInactive statesPlaceholder text |
| 400 | 6D50 #6D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 431E #431EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2804 #2804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2004 #2004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E2DCFE;
--blue-200: #C9BEFE;
--blue-300: #9F8CFD;
--blue-400: #6D50FB;
--blue-500: #431EFA;
--blue-600: #2804DC;
--blue-700: #2004AF;
--blue-800: #17037D;
--blue-900: #0F0250;
--blue-950: #090132;
}