Blue
#1E09D7
BlueColor Codes
All color formats for development
HEX
#1E09D7RGB
rgb(30, 9, 215)HSL
hsl(246, 92%, 44%)OKLCH
oklch(0.408 0.268 268)CMYK
cmyk(86%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B08C2
2#1807AC
3#150697
4#120581
5#0F046C
6#0C0456
7#090341
8#06022B
9#030116
Tints
Lighter variations
1#210AF3
2#3924F6
3#513FF7
4#6A5AF8
5#8376F9
6#9C91FA
7#B5ADFC
8#CDC8FD
9#E6E4FE
Tones
Muted variations
1#2613CD
2#2E1EC3
3#3628B8
4#3F32AE
5#473DA4
6#4F4799
7#57518F
8#605C85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFE;
--blue-200: #C5BFFC;
--blue-300: #998EFA;
--blue-400: #6454F8;
--blue-500: #3823F6;
--blue-600: #1E09D7;
--blue-700: #1807AB;
--blue-800: #11057A;
--blue-900: #0B034E;
--blue-950: #070231;
}