Blue
#1C0BD5
BlueColor Codes
All color formats for development
HEX
#1C0BD5RGB
rgb(28, 11, 213)HSL
hsl(245, 90%, 44%)OKLCH
oklch(0.406 0.266 267.7)CMYK
cmyk(87%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190AC0
2#1609AB
3#140895
4#110780
5#0E066B
6#0B0455
7#080340
8#06022B
9#030115
Tints
Lighter variations
1#200DF0
2#3726F4
3#5041F5
4#695CF6
5#8277F8
6#9B92F9
7#B4AEFB
8#CDC9FC
9#E6E4FE
Tones
Muted variations
1#2415CB
2#2D1FC1
3#352AB7
4#3E34AD
5#463EA3
6#4F4899
7#57528E
8#5F5C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | 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: #F2F0FE;
--blue-100: #E0DDFD;
--blue-200: #C5C0FC;
--blue-300: #9890F9;
--blue-400: #6355F6;
--blue-500: #3625F4;
--blue-600: #1C0BD5;
--blue-700: #1609AA;
--blue-800: #100679;
--blue-900: #0A044E;
--blue-950: #060330;
}