Blue
#2222F7
BlueColor Codes
All color formats for development
HEX
#2222F7RGB
rgb(34, 34, 247)HSL
hsl(240, 93%, 55%)OKLCH
oklch(0.465 0.289 267.5)CMYK
cmyk(86%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0909F4
2#0808D9
3#0707BD
4#0606A2
5#050587
6#04046C
7#030351
8#020236
9#01011B
Tints
Lighter variations
1#3838F8
2#4E4EF9
3#6464F9
4#7A7AFA
5#9090FB
6#A6A6FC
7#BDBDFD
8#D3D3FD
9#E9E9FE
Tones
Muted variations
1#2C2CEC
2#3737E2
3#4242D7
4#4C4CCC
5#5757C2
6#6262B7
7#6C6CAC
8#7777A2
9#828297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFB | BordersInactive statesPlaceholder text |
| 400 | 5353 #5353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2222 #2222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0808 #0808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0606 #0606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FE;
--blue-100: #DDDDFE;
--blue-200: #BFBFFD;
--blue-300: #8E8EFB;
--blue-400: #5353F9;
--blue-500: #2222F7;
--blue-600: #0808D9;
--blue-700: #0606AC;
--blue-800: #04047B;
--blue-900: #03034F;
--blue-950: #020231;
}