Blue
#2828F0
BlueColor Codes
All color formats for development
HEX
#2828F0RGB
rgb(40, 40, 240)HSL
hsl(240, 87%, 55%)OKLCH
oklch(0.464 0.277 268.6)CMYK
cmyk(83%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1010EC
2#0F0FD2
3#0D0DB8
4#0B0B9D
5#090983
6#070769
7#05054F
8#040434
9#02021A
Tints
Lighter variations
1#3E3EF2
2#5353F3
3#6969F5
4#7E7EF6
5#9494F8
6#A9A9F9
7#BFBFFB
8#D4D4FC
9#EAEAFE
Tones
Muted variations
1#3232E6
2#3C3CDC
3#4646D2
4#5050C8
5#5A5ABE
6#6464B4
7#6E6EAA
8#7878A0
9#828296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F7 | BordersInactive statesPlaceholder text |
| 400 | 5858 #5858F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2828 #2828F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F0F #0F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054C | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFD;
--blue-200: #C1C1FB;
--blue-300: #9191F7;
--blue-400: #5858F3;
--blue-500: #2828F0;
--blue-600: #0F0FD2;
--blue-700: #0C0CA7;
--blue-800: #080877;
--blue-900: #05054C;
--blue-950: #030330;
}