Blue
#2626F2
BlueColor Codes
All color formats for development
HEX
#2626F2RGB
rgb(38, 38, 242)HSL
hsl(240, 89%, 55%)OKLCH
oklch(0.464 0.281 268.2)CMYK
cmyk(84%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0EEF
2#0C0CD4
3#0B0BBA
4#09099F
5#080885
6#06066A
7#050550
8#030335
9#02021B
Tints
Lighter variations
1#3C3CF4
2#5151F5
3#6767F6
4#7D7DF7
5#9393F9
6#A8A8FA
7#BEBEFB
8#D4D4FC
9#E9E9FE
Tones
Muted variations
1#3030E8
2#3B3BDE
3#4545D4
4#4F4FCA
5#5959BF
6#6363B5
7#6E6EAB
8#7878A1
9#828296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5656 #5656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2626 #2626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C0C #0C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A0A #0A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0707 #070778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044D | 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: #DDDDFD;
--blue-200: #C0C0FB;
--blue-300: #9090F9;
--blue-400: #5656F5;
--blue-500: #2626F2;
--blue-600: #0C0CD4;
--blue-700: #0A0AA9;
--blue-800: #070778;
--blue-900: #04044D;
--blue-950: #030330;
}