Blue
#2206DB
BlueColor Codes
All color formats for development
HEX
#2206DBRGB
rgb(34, 6, 219)HSL
hsl(248, 95%, 44%)OKLCH
oklch(0.414 0.272 268.7)CMYK
cmyk(84%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F05C5
2#1B04AF
3#180499
4#140383
5#11036D
6#0E0258
7#0A0242
8#07012C
9#030116
Tints
Lighter variations
1#2606F7
2#3D20F9
3#553CFA
4#6E58FB
5#8674FB
6#9E90FC
7#B6ABFD
8#CFC7FE
9#E7E3FE
Tones
Muted variations
1#2A10D0
2#321BC5
3#3926BB
4#4130B0
5#493BA5
6#51469B
7#595090
8#615B86
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8D #9B8DFC | BordersInactive statesPlaceholder text |
| 400 | 6851 #6851FB | Disabled statesSecondary iconsMuted text |
| 500 | 3C1F #3C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2206 #2206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B04 #1B04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BEFD;
--blue-300: #9B8DFC;
--blue-400: #6851FB;
--blue-500: #3C1FF9;
--blue-600: #2206DB;
--blue-700: #1B04AE;
--blue-800: #13037C;
--blue-900: #0C0250;
--blue-950: #080132;
}