Blue
#3614CC
BlueColor Codes
All color formats for development
HEX
#3614CCRGB
rgb(54, 20, 204)HSL
hsl(251, 82%, 44%)OKLCH
oklch(0.413 0.246 275)CMYK
cmyk(74%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3112B8
2#2B10A3
3#260E8F
4#200C7B
5#1B0A66
6#160852
7#10063D
8#0B0429
9#050214
Tints
Lighter variations
1#3D17E6
2#512FEA
3#6749ED
4#7D63F0
5#937DF2
6#A897F5
7#BEB1F7
8#D4CBFA
9#E9E5FC
Tones
Muted variations
1#3C1DC3
2#4227BA
3#4730B1
4#4D39A7
5#53429E
6#594B95
7#5F558C
8#655E83
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A694 #A694F4 | BordersInactive statesPlaceholder text |
| 400 | 775D #775DEF | Disabled statesSecondary iconsMuted text |
| 500 | 512E #512EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3614 #3614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B10 #2B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0B #1F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1407 #14074A | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DFFC;
--blue-200: #CDC3F9;
--blue-300: #A694F4;
--blue-400: #775DEF;
--blue-500: #512EEA;
--blue-600: #3614CC;
--blue-700: #2B10A2;
--blue-800: #1F0B74;
--blue-900: #14074A;
--blue-950: #0C052E;
}