Blue
#2036F8
BlueColor Codes
All color formats for development
HEX
#2036F8RGB
rgb(32, 54, 248)HSL
hsl(234, 94%, 55%)OKLCH
oklch(0.486 0.277 266.7)CMYK
cmyk(87%, 78%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081FF5
2#071CDA
3#0618BE
4#0515A3
5#041188
6#030E6D
7#030A52
8#020736
9#01031B
Tints
Lighter variations
1#374AF9
2#4D5EF9
3#6372FA
4#7986FB
5#909AFC
6#A6AFFC
7#BCC3FD
8#D2D7FE
9#E9EBFE
Tones
Muted variations
1#2B3FED
2#3647E3
3#4150D8
4#4C58CD
5#5661C2
6#616AB7
7#6C72AD
8#777BA2
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FB | BordersInactive statesPlaceholder text |
| 400 | 5263 #5263FA | Disabled statesSecondary iconsMuted text |
| 500 | 2036 #2036F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071C #071CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0516 #0516AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BFC5FD;
--blue-300: #8D98FB;
--blue-400: #5263FA;
--blue-500: #2036F8;
--blue-600: #071CDA;
--blue-700: #0516AD;
--blue-800: #04107C;
--blue-900: #020A4F;
--blue-950: #020631;
}