Blue
#0F1FD2
BlueColor Codes
All color formats for development
HEX
#0F1FD2RGB
rgb(15, 31, 210)HSL
hsl(235, 87%, 44%)OKLCH
oklch(0.412 0.256 265.6)CMYK
cmyk(93%, 85%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1CBD
2#0C19A8
3#0A1693
4#09137E
5#070F69
6#060C54
7#04093F
8#03062A
9#010315
Tints
Lighter variations
1#1023ED
2#293AF0
3#4453F2
4#5F6BF4
5#7984F6
6#949CF8
7#AFB5F9
8#CACEFB
9#E4E6FD
Tones
Muted variations
1#1827C8
2#222FBE
3#2C37B5
4#363FAB
5#3F48A1
6#495097
7#53588D
8#5D6084
9#66687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919A #919AF7 | BordersInactive statesPlaceholder text |
| 400 | 5865 #5865F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2839 #2839F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F1F #0F1FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0812 #081277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F2FE;
--blue-100: #DEE0FD;
--blue-200: #C1C6FB;
--blue-300: #919AF7;
--blue-400: #5865F3;
--blue-500: #2839F0;
--blue-600: #0F1FD2;
--blue-700: #0C19A7;
--blue-800: #081277;
--blue-900: #050B4C;
--blue-950: #030730;
}