Blue
#3625F4
BlueColor Codes
All color formats for development
HEX
#3625F4RGB
rgb(54, 37, 244)HSL
hsl(245, 90%, 55%)OKLCH
oklch(0.473 0.28 271.5)CMYK
cmyk(78%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200DF0
2#1C0BD5
3#190ABB
4#1508A0
5#120785
6#0E066B
7#0B0450
8#070335
9#04011B
Tints
Lighter variations
1#4A3BF5
2#5E51F6
3#7266F7
4#877CF8
5#9B92F9
6#AFA8FA
7#C3BEFC
8#D7D3FD
9#EBE9FE
Tones
Muted variations
1#3F2FE9
2#473ADF
3#5044D5
4#594ECA
5#6159C0
6#6A63B6
7#726DAB
8#7B78A1
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFD;
--blue-200: #C5C0FC;
--blue-300: #9890F9;
--blue-400: #6355F6;
--blue-500: #3625F4;
--blue-600: #1C0BD5;
--blue-700: #1609AA;
--blue-800: #100679;
--blue-900: #0A044E;
--blue-950: #060330;
}