Blue
#1B06DB
BlueColor Codes
All color formats for development
HEX
#1B06DBRGB
rgb(27, 6, 219)HSL
hsl(246, 95%, 44%)OKLCH
oklch(0.411 0.273 267.3)CMYK
cmyk(88%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1805C5
2#1604AF
3#130499
4#100383
5#0D036D
6#0B0258
7#080242
8#05012C
9#030116
Tints
Lighter variations
1#1E06F7
2#3620F9
3#4F3CFA
4#6858FB
5#8174FB
6#9A90FC
7#B4ABFD
8#CDC7FE
9#E6E3FE
Tones
Muted variations
1#2310D0
2#2C1BC5
3#3526BB
4#3D30B0
5#463BA5
6#4E469B
7#575090
8#5F5B86
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFC | BordersInactive statesPlaceholder text |
| 400 | 6251 #6251FB | Disabled statesSecondary iconsMuted text |
| 500 | 351F #351FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B06 #1B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BEFD;
--blue-300: #988DFC;
--blue-400: #6251FB;
--blue-500: #351FF9;
--blue-600: #1B06DB;
--blue-700: #1504AE;
--blue-800: #0F037C;
--blue-900: #0A0250;
--blue-950: #060132;
}