Blue
#1414CC
BlueColor Codes
All color formats for development
HEX
#1414CCRGB
rgb(20, 20, 204)HSL
hsl(240, 82%, 44%)OKLCH
oklch(0.396 0.255 266.5)CMYK
cmyk(90%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1212B8
2#1010A3
3#0E0E8F
4#0C0C7B
5#0A0A66
6#080852
7#06063D
8#040429
9#020214
Tints
Lighter variations
1#1717E6
2#2F2FEA
3#4949ED
4#6363F0
5#7D7DF2
6#9797F5
7#B1B1F7
8#CBCBFA
9#E5E5FC
Tones
Muted variations
1#1D1DC3
2#2727BA
3#3030B1
4#3939A7
5#42429E
6#4B4B95
7#55558C
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E2E #2E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1414 #1414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1010 #1010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074A | 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: #C3C3F9;
--blue-300: #9494F4;
--blue-400: #5D5DEF;
--blue-500: #2E2EEA;
--blue-600: #1414CC;
--blue-700: #1010A2;
--blue-800: #0B0B74;
--blue-900: #07074A;
--blue-950: #05052E;
}