Blue
#1F0AD6
BlueColor Codes
All color formats for development
HEX
#1F0AD6RGB
rgb(31, 10, 214)HSL
hsl(246, 91%, 44%)OKLCH
oklch(0.408 0.266 268.2)CMYK
cmyk(86%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B09C1
2#1808AB
3#150796
4#120681
5#0F056B
6#0C0456
7#090340
8#06022B
9#030115
Tints
Lighter variations
1#220BF2
2#3A25F5
3#5240F6
4#6B5BF7
5#8477F9
6#9C92FA
7#B5ADFB
8#CEC8FC
9#E6E4FE
Tones
Muted variations
1#2714CC
2#2F1FC2
3#3729B8
4#3F33AD
5#473DA3
6#504799
7#58528F
8#605C85
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 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | 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: #E0DDFD;
--blue-200: #C6C0FC;
--blue-300: #9A8FFA;
--blue-400: #6555F7;
--blue-500: #3924F5;
--blue-600: #1F0AD6;
--blue-700: #1808AA;
--blue-800: #11067A;
--blue-900: #0B044E;
--blue-950: #070231;
}