Blue
#180AD6
BlueColor Codes
All color formats for development
HEX
#180AD6RGB
rgb(24, 10, 214)HSL
hsl(244, 91%, 44%)OKLCH
oklch(0.405 0.268 266.9)CMYK
cmyk(89%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1509C1
2#1308AB
3#110796
4#0E0681
5#0C056B
6#090456
7#070340
8#05022B
9#020115
Tints
Lighter variations
1#1B0BF2
2#3325F5
3#4C40F6
4#665BF7
5#7F77F9
6#9992FA
7#B2ADFB
8#CCC8FC
9#E5E4FE
Tones
Muted variations
1#2114CC
2#291FC2
3#3229B8
4#3B33AD
5#443DA3
6#4D4799
7#56528F
8#5F5C85
9#67667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFD;
--blue-200: #C4C0FC;
--blue-300: #968FFA;
--blue-400: #5F55F7;
--blue-500: #3224F5;
--blue-600: #180AD6;
--blue-700: #1308AA;
--blue-800: #0D067A;
--blue-900: #09044E;
--blue-950: #050231;
}