Blue
#121BCE
BlueColor Codes
All color formats for development
HEX
#121BCERGB
rgb(18, 27, 206)HSL
hsl(237, 84%, 44%)OKLCH
oklch(0.404 0.254 266.1)CMYK
cmyk(91%, 87%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1019BA
2#0E16A5
3#0D1391
4#0B107C
5#090E67
6#070B53
7#05083E
8#040529
9#020315
Tints
Lighter variations
1#141FE9
2#2D36ED
3#474FEF
4#6169F1
5#7C82F4
6#969BF6
7#B0B4F8
8#CACDFA
9#E5E6FD
Tones
Muted variations
1#1B24C5
2#252CBC
3#2E35B2
4#383DA9
5#41469F
6#4B4E96
7#54578C
8#5D5F83
9#67687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9398 #9398F6 | BordersInactive statesPlaceholder text |
| 400 | 5B62 #5B62F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C35 #2C35ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121B #121BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E16 #0E16A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A10 #0A1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F2FE;
--blue-100: #DEE0FC;
--blue-200: #C2C5FA;
--blue-300: #9398F6;
--blue-400: #5B62F1;
--blue-500: #2C35ED;
--blue-600: #121BCE;
--blue-700: #0E16A4;
--blue-800: #0A1075;
--blue-900: #070A4B;
--blue-950: #04062F;
}