Blue
#2B08D9
BlueColor Codes
All color formats for development
HEX
#2B08D9RGB
rgb(43, 8, 217)HSL
hsl(250, 93%, 44%)OKLCH
oklch(0.417 0.267 270.9)CMYK
cmyk(80%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2607C3
2#2206AD
3#1E0598
4#1A0582
5#15046C
6#110357
7#0D0241
8#09022B
9#040116
Tints
Lighter variations
1#3009F4
2#4623F7
3#5D3EF8
4#745AF9
5#8B75FA
6#A291FB
7#BAACFC
8#D1C8FD
9#E8E3FE
Tones
Muted variations
1#3212CE
2#391DC4
3#4027B9
4#4632AF
5#4D3CA4
6#54469A
7#5B5190
8#625B85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFB | BordersInactive statesPlaceholder text |
| 400 | 6E53 #6E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4522 #4522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B08 #2B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2206 #2206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E2DDFE;
--blue-200: #C9BFFD;
--blue-300: #A08EFB;
--blue-400: #6E53F9;
--blue-500: #4522F7;
--blue-600: #2B08D9;
--blue-700: #2206AC;
--blue-800: #18047B;
--blue-900: #10034F;
--blue-950: #0A0231;
}