Blue
#2804DC
BlueColor Codes
All color formats for development
HEX
#2804DCRGB
rgb(40, 4, 220)HSL
hsl(250, 96%, 44%)OKLCH
oklch(0.417 0.271 270)CMYK
cmyk(82%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2404C6
2#2004B0
3#1C039A
4#180384
5#14026E
6#100258
7#0C0142
8#08012C
9#040016
Tints
Lighter variations
1#2E05F8
2#441FFA
3#5B3BFB
4#7257FC
5#8A73FC
6#A18FFD
7#B9ABFD
8#D0C7FE
9#E8E3FE
Tones
Muted variations
1#300FD1
2#371AC6
3#3E25BC
4#4530B1
5#4C3AA6
6#53459B
7#5B5091
8#625B86
9#69657B
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;
}