Blue
#2414CC
BlueColor Codes
All color formats for development
HEX
#2414CCRGB
rgb(36, 20, 204)HSL
hsl(245, 82%, 44%)OKLCH
oklch(0.402 0.251 269.8)CMYK
cmyk(82%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2012B8
2#1C10A3
3#190E8F
4#150C7B
5#120A66
6#0E0852
7#0B063D
8#070429
9#040214
Tints
Lighter variations
1#2817E6
2#3F2FEA
3#5749ED
4#6F63F0
5#877DF2
6#9F97F5
7#B7B1F7
8#CFCBFA
9#E7E5FC
Tones
Muted variations
1#2B1DC3
2#3327BA
3#3B30B1
4#4239A7
5#4A429E
6#524B95
7#59558C
8#615E83
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F4 | BordersInactive statesPlaceholder text |
| 400 | 695D #695DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3E2E #3E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2414 #2414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C10 #1C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DFFC;
--blue-200: #C7C3F9;
--blue-300: #9C94F4;
--blue-400: #695DEF;
--blue-500: #3E2EEA;
--blue-600: #2414CC;
--blue-700: #1C10A2;
--blue-800: #140B74;
--blue-900: #0D074A;
--blue-950: #08052E;
}