Blue
#022EDE
BlueColor Codes
All color formats for development
HEX
#022EDERGB
rgb(2, 46, 222)HSL
hsl(228, 98%, 44%)OKLCH
oklch(0.44 0.26 264.2)CMYK
cmyk(99%, 79%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022AC8
2#0225B2
3#02209C
4#011C85
5#01176F
6#011259
7#010E43
8#00092C
9#000516
Tints
Lighter variations
1#0334FA
2#1D4AFD
3#3960FD
4#5577FD
5#728EFE
6#8EA4FE
7#AABBFE
8#C6D2FE
9#E3E8FF
Tones
Muted variations
1#0D35D3
2#183BC8
3#2342BD
4#2E49B2
5#394FA7
6#44569C
7#4F5C91
8#5A6386
9#656A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FE | BordersInactive statesPlaceholder text |
| 400 | 4E71 #4E71FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C49 #1C49FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 022E #022EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0225 #0225B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011A #011A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011151 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F3FF;
--blue-100: #DCE3FF;
--blue-200: #BDCAFE;
--blue-300: #8BA2FE;
--blue-400: #4E71FD;
--blue-500: #1C49FD;
--blue-600: #022EDE;
--blue-700: #0225B1;
--blue-800: #011A7E;
--blue-900: #011151;
--blue-950: #010B32;
}