Blue
#0B0BD5
BlueColor Codes
All color formats for development
HEX
#0B0BD5RGB
rgb(11, 11, 213)HSL
hsl(240, 90%, 44%)OKLCH
oklch(0.401 0.269 265.2)CMYK
cmyk(95%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0AC0
2#0909AB
3#080895
4#070780
5#06066B
6#040455
7#030340
8#02022B
9#010115
Tints
Lighter variations
1#0D0DF0
2#2626F4
3#4141F5
4#5C5CF6
5#7777F8
6#9292F9
7#AEAEFB
8#C9C9FC
9#E4E4FE
Tones
Muted variations
1#1515CB
2#1F1FC1
3#2A2AB7
4#3434AD
5#3E3EA3
6#484899
7#52528E
8#5C5C84
9#66667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2525 #2525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B0B #0B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0909 #0909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #060679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FE;
--blue-100: #DDDDFD;
--blue-200: #C0C0FC;
--blue-300: #9090F9;
--blue-400: #5555F6;
--blue-500: #2525F4;
--blue-600: #0B0BD5;
--blue-700: #0909AA;
--blue-800: #060679;
--blue-900: #04044E;
--blue-950: #030330;
}