Blue
#1F0FD2
BlueColor Codes
All color formats for development
HEX
#1F0FD2RGB
rgb(31, 15, 210)HSL
hsl(245, 87%, 44%)OKLCH
oklch(0.405 0.261 268.4)CMYK
cmyk(85%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0DBD
2#190CA8
3#160A93
4#13097E
5#0F0769
6#0C0654
7#09043F
8#06032A
9#030115
Tints
Lighter variations
1#2310ED
2#3A29F0
3#5344F2
4#6B5FF4
5#8479F6
6#9C94F8
7#B5AFF9
8#CECAFB
9#E6E4FD
Tones
Muted variations
1#2718C8
2#2F22BE
3#372CB5
4#3F36AB
5#483FA1
6#504997
7#58538D
8#605D84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A91 #9A91F7 | BordersInactive statesPlaceholder text |
| 400 | 6558 #6558F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3928 #3928F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0F #1F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1208 #120877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054C | 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: #F2F1FE;
--blue-100: #E0DEFD;
--blue-200: #C6C1FB;
--blue-300: #9A91F7;
--blue-400: #6558F3;
--blue-500: #3928F0;
--blue-600: #1F0FD2;
--blue-700: #190CA7;
--blue-800: #120877;
--blue-900: #0B054C;
--blue-950: #070330;
}