Blue
#2512CE
BlueColor Codes
All color formats for development
HEX
#2512CERGB
rgb(37, 18, 206)HSL
hsl(246, 84%, 44%)OKLCH
oklch(0.404 0.254 269.9)CMYK
cmyk(82%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2110BA
2#1D0EA5
3#1A0D91
4#160B7C
5#120967
6#0F0753
7#0B053E
8#070429
9#040215
Tints
Lighter variations
1#2914E9
2#402DED
3#5847EF
4#7061F1
5#887CF4
6#9F96F6
7#B7B0F8
8#CFCAFA
9#E7E5FD
Tones
Muted variations
1#2C1BC5
2#3425BC
3#3B2EB2
4#4338A9
5#4B419F
6#524B96
7#5A548C
8#615D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D93 #9D93F6 | BordersInactive statesPlaceholder text |
| 400 | 6A5B #6A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3F2C #3F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2512 #2512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0E #1D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150A #150A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DEFC;
--blue-200: #C8C2FA;
--blue-300: #9D93F6;
--blue-400: #6A5BF1;
--blue-500: #3F2CED;
--blue-600: #2512CE;
--blue-700: #1D0EA4;
--blue-800: #150A75;
--blue-900: #0D074B;
--blue-950: #08042F;
}