Blue
#1F0BD5
BlueColor Codes
All color formats for development
HEX
#1F0BD5RGB
rgb(31, 11, 213)HSL
hsl(246, 90%, 44%)OKLCH
oklch(0.407 0.265 268.3)CMYK
cmyk(85%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0AC0
2#1909AB
3#160895
4#130780
5#10066B
6#0D0455
7#090340
8#06022B
9#030115
Tints
Lighter variations
1#230DF0
2#3B26F4
3#5341F5
4#6C5CF6
5#8477F8
6#9D92F9
7#B5AEFB
8#CEC9FC
9#E6E4FE
Tones
Muted variations
1#2715CB
2#301FC1
3#382AB7
4#4034AD
5#483EA3
6#504899
7#58528E
8#605C84
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 | 9A90 #9A90F9 | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A25 #3A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0B #1F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1909 #1909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1206 #120679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | 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: #9A90F9;
--blue-400: #6555F6;
--blue-500: #3A25F4;
--blue-600: #1F0BD5;
--blue-700: #1909AA;
--blue-800: #120679;
--blue-900: #0B044E;
--blue-950: #070330;
}