Blue
#2607DA
BlueColor Codes
All color formats for development
HEX
#2607DARGB
rgb(38, 7, 218)HSL
hsl(249, 94%, 44%)OKLCH
oklch(0.415 0.269 269.6)CMYK
cmyk(83%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2306C4
2#1F05AE
3#1B0598
4#170483
5#13036D
6#0F0357
7#0C0241
8#08012C
9#040116
Tints
Lighter variations
1#2B08F5
2#4221F8
3#593DF9
4#7159FA
5#8974FB
6#A090FC
7#B8ACFC
8#D0C8FD
9#E7E3FE
Tones
Muted variations
1#2E11CF
2#351CC5
3#3D26BA
4#4431AF
5#4B3BA5
6#53469A
7#5A5190
8#615B85
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 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8D #9E8DFB | BordersInactive statesPlaceholder text |
| 400 | 6B52 #6B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4120 #4120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2607 #2607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F05 #1F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E024F | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C8BFFD;
--blue-300: #9E8DFB;
--blue-400: #6B52FA;
--blue-500: #4120F8;
--blue-600: #2607DA;
--blue-700: #1F05AD;
--blue-800: #16047C;
--blue-900: #0E024F;
--blue-950: #090231;
}