Blue
#0B1CD5
BlueColor Codes
All color formats for development
HEX
#0B1CD5RGB
rgb(11, 28, 213)HSL
hsl(235, 90%, 44%)OKLCH
oklch(0.412 0.261 265.2)CMYK
cmyk(95%, 87%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A19C0
2#0916AB
3#081495
4#071180
5#060E6B
6#040B55
7#030840
8#02062B
9#010315
Tints
Lighter variations
1#0D20F0
2#2637F4
3#4150F5
4#5C69F6
5#7782F8
6#929BF9
7#AEB4FB
8#C9CDFC
9#E4E6FE
Tones
Muted variations
1#1524CB
2#1F2DC1
3#2A35B7
4#343EAD
5#3E46A3
6#484F99
7#52578E
8#5C5F84
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 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FD;
--blue-200: #C0C5FC;
--blue-300: #9098F9;
--blue-400: #5563F6;
--blue-500: #2536F4;
--blue-600: #0B1CD5;
--blue-700: #0916AA;
--blue-800: #061079;
--blue-900: #040A4E;
--blue-950: #030630;
}