Blue
#360AD6
BlueColor Codes
All color formats for development
HEX
#360AD6RGB
rgb(54, 10, 214)HSL
hsl(253, 91%, 44%)OKLCH
oklch(0.42 0.26 274.3)CMYK
cmyk(75%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3109C1
2#2B08AB
3#260796
4#210681
5#1B056B
6#160456
7#100340
8#0B022B
9#050115
Tints
Lighter variations
1#3D0BF2
2#5225F5
3#6740F6
4#7D5BF7
5#9377F9
6#A892FA
7#BEADFB
8#D4C8FC
9#E9E4FE
Tones
Muted variations
1#3C14CC
2#421FC2
3#4829B8
4#4D33AD
5#533DA3
6#594799
7#5F528F
8#655C85
9#6A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68F #A68FFA | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5124 #5124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 360A #360AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B08 #2B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E4DDFD;
--blue-200: #CDC0FC;
--blue-300: #A68FFA;
--blue-400: #7855F7;
--blue-500: #5124F5;
--blue-600: #360AD6;
--blue-700: #2B08AA;
--blue-800: #1F067A;
--blue-900: #14044E;
--blue-950: #0C0231;
}