Blue
#1D08D9
BlueColor Codes
All color formats for development
HEX
#1D08D9RGB
rgb(29, 8, 217)HSL
hsl(246, 93%, 44%)OKLCH
oklch(0.41 0.27 267.7)CMYK
cmyk(87%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A07C3
2#1706AD
3#140598
4#110582
5#0E046C
6#0B0357
7#090241
8#06022B
9#030116
Tints
Lighter variations
1#2009F4
2#3823F7
3#513EF8
4#6A5AF9
5#8275FA
6#9B91FB
7#B4ACFC
8#CDC8FD
9#E6E3FE
Tones
Muted variations
1#2512CE
2#2D1DC4
3#3627B9
4#3E32AF
5#463CA4
6#4F469A
7#575190
8#605B85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFE;
--blue-200: #C5BFFD;
--blue-300: #998EFB;
--blue-400: #6353F9;
--blue-500: #3722F7;
--blue-600: #1D08D9;
--blue-700: #1706AC;
--blue-800: #10047B;
--blue-900: #0A034F;
--blue-950: #070231;
}