Blue
#3006DB
BlueColor Codes
All color formats for development
HEX
#3006DBRGB
rgb(48, 6, 219)HSL
hsl(252, 95%, 44%)OKLCH
oklch(0.421 0.268 272.2)CMYK
cmyk(78%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B05C5
2#2704AF
3#220499
4#1D0383
5#18036D
6#130258
7#0E0242
8#0A012C
9#050116
Tints
Lighter variations
1#3606F7
2#4C20F9
3#623CFA
4#7858FB
5#8F74FB
6#A590FC
7#BCABFD
8#D2C7FE
9#E9E3FE
Tones
Muted variations
1#3710D0
2#3D1BC5
3#4326BB
4#4A30B0
5#503BA5
6#57469B
7#5D5090
8#635B86
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFC | BordersInactive statesPlaceholder text |
| 400 | 7351 #7351FB | Disabled statesSecondary iconsMuted text |
| 500 | 4B1F #4B1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3006 #3006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #120250 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CBBEFD;
--blue-300: #A38DFC;
--blue-400: #7351FB;
--blue-500: #4B1FF9;
--blue-600: #3006DB;
--blue-700: #2604AE;
--blue-800: #1B037C;
--blue-900: #120250;
--blue-950: #0B0132;
}