Blue
#2C0AD6
BlueColor Codes
All color formats for development
HEX
#2C0AD6RGB
rgb(44, 10, 214)HSL
hsl(250, 91%, 44%)OKLCH
oklch(0.414 0.263 271.4)CMYK
cmyk(79%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2809C1
2#2308AB
3#1F0796
4#1A0681
5#16056B
6#120456
7#0D0340
8#09022B
9#040115
Tints
Lighter variations
1#320BF2
2#4725F5
3#5E40F6
4#755BF7
5#8C77F9
6#A392FA
7#BAADFB
8#D1C8FC
9#E8E4FE
Tones
Muted variations
1#3314CC
2#3A1FC2
3#4129B8
4#4733AD
5#4E3DA3
6#554799
7#5C528F
8#635C85
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E2DDFD;
--blue-200: #CAC0FC;
--blue-300: #A18FFA;
--blue-400: #7055F7;
--blue-500: #4724F5;
--blue-600: #2C0AD6;
--blue-700: #2308AA;
--blue-800: #19067A;
--blue-900: #10044E;
--blue-950: #0A0231;
}