Blue
#1A09D7
BlueColor Codes
All color formats for development
HEX
#1A09D7RGB
rgb(26, 9, 215)HSL
hsl(245, 92%, 44%)OKLCH
oklch(0.407 0.269 267.2)CMYK
cmyk(88%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1808C2
2#1507AC
3#120697
4#100581
5#0D046C
6#0A0456
7#080341
8#05022B
9#030116
Tints
Lighter variations
1#1E0AF3
2#3524F6
3#4E3FF7
4#685AF8
5#8176F9
6#9A91FA
7#B3ADFC
8#CDC8FD
9#E6E4FE
Tones
Muted variations
1#2313CD
2#2B1EC3
3#3428B8
4#3D32AE
5#453DA4
6#4E4799
7#56518F
8#5F5C85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C4BFFC;
--blue-300: #978EFA;
--blue-400: #6154F8;
--blue-500: #3423F6;
--blue-600: #1A09D7;
--blue-700: #1507AB;
--blue-800: #0F057A;
--blue-900: #0A034E;
--blue-950: #060231;
}