Blue
#1218CE
BlueColor Codes
All color formats for development
HEX
#1218CERGB
rgb(18, 24, 206)HSL
hsl(238, 84%, 44%)OKLCH
oklch(0.401 0.255 266.1)CMYK
cmyk(91%, 88%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1016BA
2#0E13A5
3#0D1191
4#0B0F7C
5#090C67
6#070A53
7#05073E
8#040529
9#020215
Tints
Lighter variations
1#141BE9
2#2D33ED
3#474DEF
4#6166F1
5#7C80F4
6#9699F6
7#B0B3F8
8#CACCFA
9#E5E6FD
Tones
Muted variations
1#1B21C5
2#252ABC
3#2E33B2
4#383BA9
5#41449F
6#4B4D96
7#54568C
8#5D5F83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9396 #9396F6 | BordersInactive statesPlaceholder text |
| 400 | 5B60 #5B60F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C32 #2C32ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1218 #1218CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E13 #0E13A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0E #0A0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | 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: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C4FA;
--blue-300: #9396F6;
--blue-400: #5B60F1;
--blue-500: #2C32ED;
--blue-600: #1218CE;
--blue-700: #0E13A4;
--blue-800: #0A0E75;
--blue-900: #07094B;
--blue-950: #04062F;
}