Blue
#2008D9
BlueColor Codes
All color formats for development
HEX
#2008D9RGB
rgb(32, 8, 217)HSL
hsl(247, 93%, 44%)OKLCH
oklch(0.411 0.269 268.3)CMYK
cmyk(85%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D07C3
2#1A06AD
3#170598
4#130582
5#10046C
6#0D0357
7#0A0241
8#06022B
9#030116
Tints
Lighter variations
1#2409F4
2#3B23F7
3#543EF8
4#6C5AF9
5#8575FA
6#9D91FB
7#B6ACFC
8#CEC8FD
9#E7E3FE
Tones
Muted variations
1#2812CE
2#301DC4
3#3827B9
4#4032AF
5#483CA4
6#50469A
7#585190
8#605B85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFE;
--blue-200: #C6BFFD;
--blue-300: #9B8EFB;
--blue-400: #6653F9;
--blue-500: #3A22F7;
--blue-600: #2008D9;
--blue-700: #1A06AC;
--blue-800: #12047B;
--blue-900: #0C034F;
--blue-950: #070231;
}