Blue
#1417CC
BlueColor Codes
All color formats for development
HEX
#1417CCRGB
rgb(20, 23, 204)HSL
hsl(239, 82%, 44%)OKLCH
oklch(0.399 0.253 266.5)CMYK
cmyk(90%, 89%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1215B8
2#1013A3
3#0E108F
4#0C0E7B
5#0A0C66
6#080952
7#06073D
8#040529
9#020214
Tints
Lighter variations
1#171AE6
2#2F32EA
3#494CED
4#6365F0
5#7D7FF2
6#9799F5
7#B1B2F7
8#CBCCFA
9#E5E5FC
Tones
Muted variations
1#1D20C3
2#2729BA
3#3032B1
4#393BA7
5#42449E
6#4B4D95
7#55568C
8#5E5E83
9#676779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9496 #9496F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5F #5D5FEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E31 #2E31EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1417 #1417CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1013 #1013A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDFFC;
--blue-200: #C3C4F9;
--blue-300: #9496F4;
--blue-400: #5D5FEF;
--blue-500: #2E31EA;
--blue-600: #1417CC;
--blue-700: #1013A2;
--blue-800: #0B0D74;
--blue-900: #07084A;
--blue-950: #05052E;
}