Blue
#2812CE
BlueColor Codes
All color formats for development
HEX
#2812CERGB
rgb(40, 18, 206)HSL
hsl(247, 84%, 44%)OKLCH
oklch(0.406 0.253 270.7)CMYK
cmyk(81%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2410BA
2#200EA5
3#1C0D91
4#180B7C
5#140967
6#100753
7#0C053E
8#080429
9#040215
Tints
Lighter variations
1#2D14E9
2#432DED
3#5B47EF
4#7261F1
5#8A7CF4
6#A196F6
7#B9B0F8
8#D0CAFA
9#E8E5FD
Tones
Muted variations
1#2F1BC5
2#3625BC
3#3E2EB2
4#4538A9
5#4C419F
6#534B96
7#5B548C
8#625D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E2DEFC;
--blue-200: #C9C2FA;
--blue-300: #9F93F6;
--blue-400: #6C5BF1;
--blue-500: #422CED;
--blue-600: #2812CE;
--blue-700: #200EA4;
--blue-800: #170A75;
--blue-900: #0F074B;
--blue-950: #09042F;
}