Blue
#3213CD
BlueColor Codes
All color formats for development
HEX
#3213CDRGB
rgb(50, 19, 205)HSL
hsl(250, 83%, 44%)OKLCH
oklch(0.411 0.249 273.7)CMYK
cmyk(76%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D11B9
2#280FA4
3#230D90
4#1E0B7B
5#190A67
6#140852
7#0F063E
8#0A0429
9#050215
Tints
Lighter variations
1#3816E7
2#4E2EEC
3#6448EE
4#7A62F0
5#907CF3
6#A696F5
7#BCB1F8
8#D3CBFA
9#E9E5FD
Tones
Muted variations
1#381CC4
2#3F26BB
3#452FB1
4#4B38A8
5#51429F
6#574B95
7#5E548C
8#645E83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F5 | BordersInactive statesPlaceholder text |
| 400 | 745C #745CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4D2D #4D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3213 #3213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280F #280FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0B #1C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DEFC;
--blue-200: #CCC2F9;
--blue-300: #A494F5;
--blue-400: #745CF0;
--blue-500: #4D2DEB;
--blue-600: #3213CD;
--blue-700: #280FA3;
--blue-800: #1C0B75;
--blue-900: #12074B;
--blue-950: #0B042F;
}