Blue
#2C0FD2
BlueColor Codes
All color formats for development
HEX
#2C0FD2RGB
rgb(44, 15, 210)HSL
hsl(249, 87%, 44%)OKLCH
oklch(0.411 0.257 271.6)CMYK
cmyk(79%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270DBD
2#230CA8
3#1F0A93
4#1A097E
5#160769
6#120654
7#0D043F
8#09032A
9#040115
Tints
Lighter variations
1#3110ED
2#4729F0
3#5E44F2
4#755FF4
5#8C79F6
6#A394F8
7#BAAFF9
8#D1CAFB
9#E8E4FD
Tones
Muted variations
1#3318C8
2#3A22BE
3#402CB5
4#4736AB
5#4E3FA1
6#554997
7#5C538D
8#635D84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E2DEFD;
--blue-200: #CAC1FB;
--blue-300: #A191F7;
--blue-400: #6F58F3;
--blue-500: #4628F0;
--blue-600: #2C0FD2;
--blue-700: #230CA7;
--blue-800: #190877;
--blue-900: #10054C;
--blue-950: #0A0330;
}