Blue
#1D03DD
BlueColor Codes
All color formats for development
HEX
#1D03DDRGB
rgb(29, 3, 221)HSL
hsl(247, 97%, 44%)OKLCH
oklch(0.414 0.275 267.6)CMYK
cmyk(87%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A03C7
2#1703B1
3#14029B
4#110285
5#0E026F
6#0C0158
7#090142
8#06012C
9#030016
Tints
Lighter variations
1#2004F9
2#381EFC
3#513AFC
4#6A56FC
5#8372FD
6#9B8EFD
7#B4ABFE
8#CDC7FE
9#E6E3FF
Tones
Muted variations
1#250ED2
2#2D19C7
3#3624BC
4#3E2FB2
5#463AA7
6#4F459C
7#575091
8#605A86
9#68657B
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 #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998B #998BFD | BordersInactive statesPlaceholder text |
| 400 | 634F #634FFC | Disabled statesSecondary iconsMuted text |
| 500 | 371D #371DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D03 #1D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1703 #1703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1002 #10027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BEFE;
--blue-300: #998BFD;
--blue-400: #634FFC;
--blue-500: #371DFC;
--blue-600: #1D03DD;
--blue-700: #1703B0;
--blue-800: #10027E;
--blue-900: #0A0150;
--blue-950: #070132;
}