Blue
#1D2CFC
BlueColor Codes
All color formats for development
HEX
#1D2CFCRGB
rgb(29, 44, 252)HSL
hsl(236, 97%, 55%)OKLCH
oklch(0.479 0.289 266.5)CMYK
cmyk(88%, 83%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0414F9
2#0312DD
3#0310C1
4#030DA6
5#020B8A
6#02096F
7#010753
8#010437
9#00021C
Tints
Lighter variations
1#3441FC
2#4A56FC
3#616BFD
4#7780FD
5#8E95FD
6#A5ABFE
7#BBC0FE
8#D2D5FE
9#E8EAFF
Tones
Muted variations
1#2835F0
2#333FE5
3#3E49DA
4#4952CF
5#555CC4
6#6066B9
7#6B6FAE
8#7679A3
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC2 #BEC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B93 #8B93FD | BordersInactive statesPlaceholder text |
| 400 | 4F5B #4F5BFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2C #1D2CFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0312 #0312DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 030E #030EB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020A #020A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010750 | Primary textHigh emphasis contentDark headings |
| 950 | 0104 #010432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDEFE;
--blue-200: #BEC2FE;
--blue-300: #8B93FD;
--blue-400: #4F5BFC;
--blue-500: #1D2CFC;
--blue-600: #0312DD;
--blue-700: #030EB0;
--blue-800: #020A7E;
--blue-900: #010750;
--blue-950: #010432;
}