Blue
#2104DC
BlueColor Codes
All color formats for development
HEX
#2104DCRGB
rgb(33, 4, 220)HSL
hsl(248, 96%, 44%)OKLCH
oklch(0.414 0.273 268.4)CMYK
cmyk(85%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E04C6
2#1B04B0
3#17039A
4#140384
5#11026E
6#0D0258
7#0A0142
8#07012C
9#030016
Tints
Lighter variations
1#2505F8
2#3C1FFA
3#553BFB
4#6D57FC
5#8573FC
6#9E8FFD
7#B6ABFD
8#CEC7FE
9#E7E3FE
Tones
Muted variations
1#290FD1
2#311AC6
3#3925BC
4#4130B1
5#493AA6
6#51459B
7#595091
8#605B86
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8C #9B8CFD | BordersInactive statesPlaceholder text |
| 400 | 6750 #6750FB | Disabled statesSecondary iconsMuted text |
| 500 | 3B1E #3B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2104 #2104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A04 #1A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BEFE;
--blue-300: #9B8CFD;
--blue-400: #6750FB;
--blue-500: #3B1EFA;
--blue-600: #2104DC;
--blue-700: #1A04AF;
--blue-800: #13037D;
--blue-900: #0C0250;
--blue-950: #080132;
}