Blue
#2B09D7
BlueColor Codes
All color formats for development
HEX
#2B09D7RGB
rgb(43, 9, 215)HSL
hsl(250, 92%, 44%)OKLCH
oklch(0.414 0.264 271)CMYK
cmyk(80%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2708C2
2#2307AC
3#1E0697
4#1A0581
5#16046C
6#110456
7#0D0341
8#09022B
9#040116
Tints
Lighter variations
1#310AF3
2#4724F6
3#5E3FF7
4#755AF8
5#8C76F9
6#A391FA
7#BAADFC
8#D1C8FD
9#E8E4FE
Tones
Muted variations
1#3213CD
2#391EC3
3#4028B8
4#4732AE
5#4E3DA4
6#554799
7#5C518F
8#625C85
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 | CABF #CABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFA | BordersInactive statesPlaceholder text |
| 400 | 6F54 #6F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4623 #4623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B09 #2B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2307 #2307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1905 #19057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034E | 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: #CABFFC;
--blue-300: #A08EFA;
--blue-400: #6F54F8;
--blue-500: #4623F6;
--blue-600: #2B09D7;
--blue-700: #2307AB;
--blue-800: #19057A;
--blue-900: #10034E;
--blue-950: #0A0231;
}