Blue
#1F31F9
BlueColor Codes
All color formats for development
HEX
#1F31F9RGB
rgb(31, 49, 249)HSL
hsl(235, 95%, 55%)OKLCH
oklch(0.481 0.282 266.7)CMYK
cmyk(88%, 80%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061AF6
2#0617DB
3#0514BF
4#0412A4
5#040F89
6#030C6D
7#020952
8#010637
9#01031B
Tints
Lighter variations
1#3646FA
2#4C5BFA
3#626FFB
4#7984FC
5#8F98FC
6#A5ADFD
7#BCC1FD
8#D2D6FE
9#E9EAFE
Tones
Muted variations
1#2A3AEE
2#3544E3
3#404DD9
4#4B56CE
5#565FC3
6#6168B8
7#6C71AD
8#767AA2
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FC | BordersInactive statesPlaceholder text |
| 400 | 515F #515FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F31 #1F31F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0617 #0617DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0413 #0413AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC4FD;
--blue-300: #8D96FC;
--blue-400: #515FFB;
--blue-500: #1F31F9;
--blue-600: #0617DB;
--blue-700: #0413AE;
--blue-800: #030D7C;
--blue-900: #020950;
--blue-950: #010532;
}