Blue
#1D1DFC
BlueColor Codes
All color formats for development
HEX
#1D1DFCRGB
rgb(29, 29, 252)HSL
hsl(240, 97%, 55%)OKLCH
oklch(0.466 0.298 266.7)CMYK
cmyk(88%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0404F9
2#0303DD
3#0303C1
4#0303A6
5#02028A
6#02026F
7#010153
8#010137
9#00001C
Tints
Lighter variations
1#3434FC
2#4A4AFC
3#6161FD
4#7777FD
5#8E8EFD
6#A5A5FE
7#BBBBFE
8#D2D2FE
9#E8E8FF
Tones
Muted variations
1#2828F0
2#3333E5
3#3E3EDA
4#4949CF
5#5555C4
6#6060B9
7#6B6BAE
8#7676A3
9#818197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEBE #BEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFD | BordersInactive statesPlaceholder text |
| 400 | 4F4F #4F4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D1D #1D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0303 #0303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0303 #0303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0202 #02027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010150 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFE;
--blue-200: #BEBEFE;
--blue-300: #8B8BFD;
--blue-400: #4F4FFC;
--blue-500: #1D1DFC;
--blue-600: #0303DD;
--blue-700: #0303B0;
--blue-800: #02027E;
--blue-900: #010150;
--blue-950: #010132;
}