Blue
#2014CC
BlueColor Codes
All color formats for development
HEX
#2014CCRGB
rgb(32, 20, 204)HSL
hsl(244, 82%, 44%)OKLCH
oklch(0.401 0.252 268.8)CMYK
cmyk(84%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D12B8
2#1A10A3
3#170E8F
4#130C7B
5#100A66
6#0D0852
7#0A063D
8#060429
9#030214
Tints
Lighter variations
1#2517E6
2#3C2FEA
3#5449ED
4#6C63F0
5#857DF2
6#9D97F5
7#B6B1F7
8#CECBFA
9#E7E5FC
Tones
Muted variations
1#281DC3
2#3027BA
3#3830B1
4#4039A7
5#48429E
6#504B95
7#58558C
8#605E83
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B94 #9B94F4 | BordersInactive statesPlaceholder text |
| 400 | 665D #665DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3B2E #3B2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2014 #2014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A10 #1A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DFFC;
--blue-200: #C6C3F9;
--blue-300: #9B94F4;
--blue-400: #665DEF;
--blue-500: #3B2EEA;
--blue-600: #2014CC;
--blue-700: #1A10A2;
--blue-800: #120B74;
--blue-900: #0C074A;
--blue-950: #07052E;
}