Blue
#0A1FD6
BlueColor Codes
All color formats for development
HEX
#0A1FD6RGB
rgb(10, 31, 214)HSL
hsl(234, 91%, 44%)OKLCH
oklch(0.416 0.261 265.1)CMYK
cmyk(95%, 86%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091BC1
2#0818AB
3#071596
4#061281
5#050F6B
6#040C56
7#030940
8#02062B
9#010315
Tints
Lighter variations
1#0B22F2
2#253AF5
3#4052F6
4#5B6BF7
5#7784F9
6#929CFA
7#ADB5FB
8#C8CEFC
9#E4E6FE
Tones
Muted variations
1#1427CC
2#1F2FC2
3#2937B8
4#333FAD
5#3D47A3
6#475099
7#52588F
8#5C6085
9#66687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9A #8F9AFA | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2439 #2439F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1F #0A1FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0818 #0818AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0611 #06117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FD;
--blue-200: #C0C6FC;
--blue-300: #8F9AFA;
--blue-400: #5565F7;
--blue-500: #2439F5;
--blue-600: #0A1FD6;
--blue-700: #0818AA;
--blue-800: #06117A;
--blue-900: #040B4E;
--blue-950: #020731;
}