Blue
#2D00E0
BlueColor Codes
All color formats for development
HEX
#2D00E0RGB
rgb(45, 0, 224)HSL
hsl(252, 100%, 44%)OKLCH
oklch(0.424 0.275 271.1)CMYK
cmyk(80%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2800CA
2#2400B4
3#1F009D
4#1B0087
5#160070
6#12005A
7#0D0043
8#09002D
9#040016
Tints
Lighter variations
1#3300FD
2#481BFF
3#5F37FF
4#7654FF
5#8D70FF
6#A48DFF
7#BAA9FF
8#D1C6FF
9#E8E2FF
Tones
Muted variations
1#340BD5
2#3A16CA
3#4122BF
4#482DB4
5#4F38A8
6#55439D
7#5C4F92
8#635A87
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DBFF;
--blue-200: #CABDFF;
--blue-300: #A18AFF;
--blue-400: #704DFF;
--blue-500: #471AFF;
--blue-600: #2D00E0;
--blue-700: #2400B3;
--blue-800: #1A0080;
--blue-900: #100052;
--blue-950: #0A0033;
}