Blue
#270CD4
BlueColor Codes
All color formats for development
HEX
#270CD4RGB
rgb(39, 12, 212)HSL
hsl(248, 89%, 44%)OKLCH
oklch(0.41 0.262 270.2)CMYK
cmyk(82%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230BBF
2#1F0AAA
3#1B0994
4#17077F
5#13066A
6#100555
7#0C0440
8#08022A
9#040115
Tints
Lighter variations
1#2C0EEF
2#4227F2
3#5A42F4
4#715DF6
5#8978F7
6#A193F9
7#B8AEFA
8#D0C9FC
9#E7E4FD
Tones
Muted variations
1#2E16CA
2#3620C0
3#3D2AB6
4#4434AC
5#4C3EA2
6#534898
7#5A528E
8#625C84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B56 #6B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4126 #4126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 270C #270CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0A #1F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1607 #160778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DDFD;
--blue-200: #C8C0FB;
--blue-300: #9E90F9;
--blue-400: #6B56F5;
--blue-500: #4126F2;
--blue-600: #270CD4;
--blue-700: #1F0AA9;
--blue-800: #160778;
--blue-900: #0E044D;
--blue-950: #090330;
}