Blue
#1300E0
BlueColor Codes
All color formats for development
HEX
#1300E0RGB
rgb(19, 0, 224)HSL
hsl(245, 100%, 44%)OKLCH
oklch(0.413 0.281 265.9)CMYK
cmyk(92%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1100CA
2#0F00B4
3#0D009D
4#0B0087
5#090070
6#07005A
7#060043
8#04002D
9#020016
Tints
Lighter variations
1#1500FD
2#2E1BFF
3#4837FF
4#6254FF
5#7C70FF
6#968DFF
7#B0A9FF
8#CBC6FF
9#E5E2FF
Tones
Muted variations
1#1C0BD5
2#2516CA
3#2F22BF
4#382DB4
5#4138A8
6#4B439D
7#544F92
8#5D5A87
9#67657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2BD #C2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 938A #938AFF | BordersInactive statesPlaceholder text |
| 400 | 5B4D #5B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 2D1A #2D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1300 #1300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F00 #0F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B00 #0B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0700 #070052 | Primary textHigh emphasis contentDark headings |
| 950 | 0400 #040033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DEDBFF;
--blue-200: #C2BDFF;
--blue-300: #938AFF;
--blue-400: #5B4DFF;
--blue-500: #2D1AFF;
--blue-600: #1300E0;
--blue-700: #0F00B3;
--blue-800: #0B0080;
--blue-900: #070052;
--blue-950: #040033;
}