Blue
#0022E0
BlueColor Codes
All color formats for development
HEX
#0022E0RGB
rgb(0, 34, 224)HSL
hsl(231, 100%, 44%)OKLCH
oklch(0.43 0.271 264.2)CMYK
cmyk(100%, 85%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001ECA
2#001BB4
3#00189D
4#001487
5#001170
6#000D5A
7#000A43
8#00072D
9#000316
Tints
Lighter variations
1#0026FD
2#1B3DFF
3#3755FF
4#546DFF
5#7086FF
6#8D9EFF
7#A9B6FF
8#C6CEFF
9#E2E7FF
Tones
Muted variations
1#0B2AD5
2#1631CA
3#2239BF
4#2D41B4
5#3849A8
6#43519D
7#4F5992
8#5A6087
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DBE1FF;
--blue-200: #BDC7FF;
--blue-300: #8A9BFF;
--blue-400: #4D67FF;
--blue-500: #1A3CFF;
--blue-600: #0022E0;
--blue-700: #001BB3;
--blue-800: #001380;
--blue-900: #000C52;
--blue-950: #000833;
}