Blue
#3B12CE
BlueColor Codes
All color formats for development
HEX
#3B12CERGB
rgb(59, 18, 206)HSL
hsl(253, 84%, 44%)OKLCH
oklch(0.418 0.248 276.6)CMYK
cmyk(71%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3510BA
2#2F0EA5
3#290D91
4#230B7C
5#1D0967
6#180753
7#12053E
8#0C0429
9#060215
Tints
Lighter variations
1#4214E9
2#562DED
3#6B47EF
4#8161F1
5#967CF4
6#AB96F6
7#C0B0F8
8#D5CAFA
9#EAE5FD
Tones
Muted variations
1#401BC5
2#4525BC
3#4B2EB2
4#5038A9
5#55419F
6#5B4B96
7#60548C
8#665D83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A893 #A893F6 | BordersInactive statesPlaceholder text |
| 400 | 7B5B #7B5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 562C #562CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B12 #3B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0E #2F0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210A #210A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1507 #15074B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DEFC;
--blue-200: #CEC2FA;
--blue-300: #A893F6;
--blue-400: #7B5BF1;
--blue-500: #562CED;
--blue-600: #3B12CE;
--blue-700: #2F0EA4;
--blue-800: #210A75;
--blue-900: #15074B;
--blue-950: #0D042F;
}