Blue
#1F2EF9
BlueColor Codes
All color formats for development
HEX
#1F2EF9RGB
rgb(31, 46, 249)HSL
hsl(236, 95%, 55%)OKLCH
oklch(0.478 0.284 266.8)CMYK
cmyk(88%, 82%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0616F6
2#0614DB
3#0511BF
4#040FA4
5#040C89
6#030A6D
7#020752
8#010537
9#01021B
Tints
Lighter variations
1#3643FA
2#4C58FA
3#626DFB
4#7981FC
5#8F96FC
6#A5ABFD
7#BCC0FD
8#D2D5FE
9#E9EAFE
Tones
Muted variations
1#2A37EE
2#3541E3
3#404AD9
4#4B54CE
5#565DC3
6#6166B8
7#6C70AD
8#7679A2
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 | BEC3 #BEC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D94 #8D94FC | BordersInactive statesPlaceholder text |
| 400 | 515C #515CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F2E #1F2EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0614 #0614DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0410 #0410AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030B #030B7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0207 #020750 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDEFE;
--blue-200: #BEC3FD;
--blue-300: #8D94FC;
--blue-400: #515CFB;
--blue-500: #1F2EF9;
--blue-600: #0614DB;
--blue-700: #0410AE;
--blue-800: #030B7C;
--blue-900: #020750;
--blue-950: #010532;
}