Blue
#2906DB
BlueColor Codes
All color formats for development
HEX
#2906DBRGB
rgb(41, 6, 219)HSL
hsl(250, 95%, 44%)OKLCH
oklch(0.417 0.27 270.3)CMYK
cmyk(81%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2505C5
2#2104AF
3#1D0499
4#190383
5#15036D
6#100258
7#0C0242
8#08012C
9#040116
Tints
Lighter variations
1#2E06F7
2#4420F9
3#5C3CFA
4#7358FB
5#8A74FB
6#A290FC
7#B9ABFD
8#D0C7FE
9#E8E3FE
Tones
Muted variations
1#3010D0
2#371BC5
3#3E26BB
4#4630B0
5#4D3BA5
6#54469B
7#5B5090
8#625B86
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8D #9F8DFC | BordersInactive statesPlaceholder text |
| 400 | 6D51 #6D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 441F #441FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2906 #2906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2104 #2104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DCFE;
--blue-200: #C9BEFD;
--blue-300: #9F8DFC;
--blue-400: #6D51FB;
--blue-500: #441FF9;
--blue-600: #2906DB;
--blue-700: #2104AE;
--blue-800: #17037C;
--blue-900: #0F0250;
--blue-950: #090132;
}