Blue
#2200E0
BlueColor Codes
All color formats for development
HEX
#2200E0RGB
rgb(34, 0, 224)HSL
hsl(249, 100%, 44%)OKLCH
oklch(0.418 0.278 268.5)CMYK
cmyk(85%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E00CA
2#1B00B4
3#18009D
4#140087
5#110070
6#0D005A
7#0A0043
8#07002D
9#030016
Tints
Lighter variations
1#2600FD
2#3D1BFF
3#5537FF
4#6D54FF
5#8670FF
6#9E8DFF
7#B6A9FF
8#CEC6FF
9#E7E2FF
Tones
Muted variations
1#2A0BD5
2#3116CA
3#3922BF
4#412DB4
5#4938A8
6#51439D
7#594F92
8#605A87
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DBFF;
--blue-200: #C7BDFF;
--blue-300: #9B8AFF;
--blue-400: #674DFF;
--blue-500: #3C1AFF;
--blue-600: #2200E0;
--blue-700: #1B00B3;
--blue-800: #130080;
--blue-900: #0C0052;
--blue-950: #080033;
}