Blue
#1B0DD3
BlueColor Codes
All color formats for development
HEX
#1B0DD3RGB
rgb(27, 13, 211)HSL
hsl(244, 88%, 44%)OKLCH
oklch(0.404 0.263 267.5)CMYK
cmyk(87%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180CBE
2#150BA9
3#130994
4#10087F
5#0D0769
6#0B0554
7#08043F
8#05032A
9#030115
Tints
Lighter variations
1#1E0FEE
2#3628F1
3#4F43F3
4#685EF5
5#8179F6
6#9A94F8
7#B3AEFA
8#CDC9FC
9#E6E4FD
Tones
Muted variations
1#2317C9
2#2C21BF
3#342BB5
4#3D35AB
5#453FA2
6#4E4998
7#57538E
8#5F5C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DDFD;
--blue-200: #C5C1FB;
--blue-300: #9891F8;
--blue-400: #6257F4;
--blue-500: #3527F1;
--blue-600: #1B0DD3;
--blue-700: #150BA8;
--blue-800: #0F0878;
--blue-900: #0A054D;
--blue-950: #060330;
}