Blue
#1C36FD
BlueColor Codes
All color formats for development
HEX
#1C36FDRGB
rgb(28, 54, 253)HSL
hsl(233, 98%, 55%)OKLCH
oklch(0.49 0.283 266.2)CMYK
cmyk(89%, 79%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031FFA
2#021CDE
3#0218C2
4#0215A7
5#01118B
6#010E6F
7#010A53
8#010738
9#00031C
Tints
Lighter variations
1#334AFD
2#495EFD
3#6072FD
4#7786FE
5#8D9BFE
6#A4AFFE
7#BBC3FE
8#D2D7FF
9#E8EBFF
Tones
Muted variations
1#273FF1
2#3247E6
3#3E50DB
4#4959D0
5#5461C4
6#5F6AB9
7#6B72AE
8#767BA3
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC5 #BDC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B98 #8B98FE | BordersInactive statesPlaceholder text |
| 400 | 4E63 #4E63FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C36 #1C36FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 021C #021CDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0216 #0216B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0110 #01107E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010A #010A51 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FF;
--blue-200: #BDC5FE;
--blue-300: #8B98FE;
--blue-400: #4E63FD;
--blue-500: #1C36FD;
--blue-600: #021CDE;
--blue-700: #0216B1;
--blue-800: #01107E;
--blue-900: #010A51;
--blue-950: #010632;
}