Blue
#220AD6
BlueColor Codes
All color formats for development
HEX
#220AD6RGB
rgb(34, 10, 214)HSL
hsl(247, 91%, 44%)OKLCH
oklch(0.409 0.265 268.9)CMYK
cmyk(84%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F09C1
2#1B08AB
3#180796
4#140681
5#11056B
6#0E0456
7#0A0340
8#07022B
9#030115
Tints
Lighter variations
1#260BF2
2#3D25F5
3#5540F6
4#6E5BF7
5#8677F9
6#9E92FA
7#B6ADFB
8#CFC8FC
9#E7E4FE
Tones
Muted variations
1#2A14CC
2#321FC2
3#3929B8
4#4133AD
5#493DA3
6#514799
7#59528F
8#615C85
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFD;
--blue-200: #C7C0FC;
--blue-300: #9B8FFA;
--blue-400: #6755F7;
--blue-500: #3C24F5;
--blue-600: #220AD6;
--blue-700: #1B08AA;
--blue-800: #13067A;
--blue-900: #0C044E;
--blue-950: #080231;
}