Blue
#1A0CD4
BlueColor Codes
All color formats for development
HEX
#1A0CD4RGB
rgb(26, 12, 212)HSL
hsl(244, 89%, 44%)OKLCH
oklch(0.404 0.265 267.3)CMYK
cmyk(88%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170BBF
2#150AAA
3#120994
4#0F077F
5#0D066A
6#0A0555
7#080440
8#05022A
9#030115
Tints
Lighter variations
1#1D0EEF
2#3527F2
3#4E42F4
4#675DF6
5#8178F7
6#9A93F9
7#B3AEFA
8#CCC9FC
9#E6E4FD
Tones
Muted variations
1#2216CA
2#2B20C0
3#342AB6
4#3C34AC
5#453EA2
6#4E4898
7#56528E
8#5F5C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | 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: #F1F1FE;
--blue-100: #DFDDFD;
--blue-200: #C4C0FB;
--blue-300: #9790F9;
--blue-400: #6156F5;
--blue-500: #3426F2;
--blue-600: #1A0CD4;
--blue-700: #140AA9;
--blue-800: #0F0778;
--blue-900: #09044D;
--blue-950: #060330;
}