Blue
#1B0AD6
BlueColor Codes
All color formats for development
HEX
#1B0AD6RGB
rgb(27, 10, 214)HSL
hsl(245, 91%, 44%)OKLCH
oklch(0.406 0.267 267.4)CMYK
cmyk(87%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1809C1
2#1608AB
3#130796
4#100681
5#0E056B
6#0B0456
7#080340
8#05022B
9#030115
Tints
Lighter variations
1#1F0BF2
2#3625F5
3#4F40F6
4#685BF7
5#8177F9
6#9B92FA
7#B4ADFB
8#CDC8FC
9#E6E4FE
Tones
Muted variations
1#2414CC
2#2C1FC2
3#3529B8
4#3D33AD
5#463DA3
6#4E4799
7#57528F
8#5F5C85
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | 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: #F2F0FE;
--blue-100: #E0DDFD;
--blue-200: #C5C0FC;
--blue-300: #988FFA;
--blue-400: #6255F7;
--blue-500: #3524F5;
--blue-600: #1B0AD6;
--blue-700: #1608AA;
--blue-800: #0F067A;
--blue-900: #0A044E;
--blue-950: #060231;
}