Blue
#200CD4
BlueColor Codes
All color formats for development
HEX
#200CD4RGB
rgb(32, 12, 212)HSL
hsl(246, 89%, 44%)OKLCH
oklch(0.407 0.263 268.5)CMYK
cmyk(85%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0BBF
2#1A0AAA
3#170994
4#13077F
5#10066A
6#0D0555
7#0A0440
8#06022A
9#030115
Tints
Lighter variations
1#240EEF
2#3B27F2
3#5442F4
4#6C5DF6
5#8578F7
6#9D93F9
7#B6AEFA
8#CEC9FC
9#E7E4FD
Tones
Muted variations
1#2816CA
2#3020C0
3#382AB6
4#4034AC
5#483EA2
6#504898
7#58528E
8#605C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B90 #9B90F9 | BordersInactive statesPlaceholder text |
| 400 | 6656 #6656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B26 #3B26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 200C #200CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0A #1A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1207 #120778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DDFD;
--blue-200: #C6C0FB;
--blue-300: #9B90F9;
--blue-400: #6656F5;
--blue-500: #3B26F2;
--blue-600: #200CD4;
--blue-700: #1A0AA9;
--blue-800: #120778;
--blue-900: #0C044D;
--blue-950: #070330;
}