Blue
#2606DB
BlueColor Codes
All color formats for development
HEX
#2606DBRGB
rgb(38, 6, 219)HSL
hsl(249, 95%, 44%)OKLCH
oklch(0.416 0.27 269.6)CMYK
cmyk(83%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2205C5
2#1E04AF
3#1A0499
4#170383
5#13036D
6#0F0258
7#0B0242
8#08012C
9#040116
Tints
Lighter variations
1#2A06F7
2#4120F9
3#593CFA
4#7058FB
5#8874FB
6#A090FC
7#B8ABFD
8#CFC7FE
9#E7E3FE
Tones
Muted variations
1#2D10D0
2#351BC5
3#3C26BB
4#4330B0
5#4B3BA5
6#52469B
7#5A5090
8#615B86
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8D #9D8DFC | BordersInactive statesPlaceholder text |
| 400 | 6A51 #6A51FB | Disabled statesSecondary iconsMuted text |
| 500 | 401F #401FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2606 #2606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E04 #1E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E0250 | 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: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C8BEFD;
--blue-300: #9D8DFC;
--blue-400: #6A51FB;
--blue-500: #401FF9;
--blue-600: #2606DB;
--blue-700: #1E04AE;
--blue-800: #15037C;
--blue-900: #0E0250;
--blue-950: #090132;
}