Blue
#3314CC
BlueColor Codes
All color formats for development
HEX
#3314CCRGB
rgb(51, 20, 204)HSL
hsl(250, 82%, 44%)OKLCH
oklch(0.411 0.247 274.1)CMYK
cmyk(75%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E12B8
2#2910A3
3#240E8F
4#1F0C7B
5#190A66
6#140852
7#0F063D
8#0A0429
9#050214
Tints
Lighter variations
1#3917E6
2#4E2FEA
3#6449ED
4#7A63F0
5#917DF2
6#A797F5
7#BDB1F7
8#D3CBFA
9#E9E5FC
Tones
Muted variations
1#391DC3
2#3F27BA
3#4530B1
4#4B39A7
5#52429E
6#584B95
7#5E558C
8#645E83
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F4 | BordersInactive statesPlaceholder text |
| 400 | 755D #755DEF | Disabled statesSecondary iconsMuted text |
| 500 | 4E2E #4E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3314 #3314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2810 #2810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0B #1D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074A | 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: #E3DFFC;
--blue-200: #CCC3F9;
--blue-300: #A494F4;
--blue-400: #755DEF;
--blue-500: #4E2EEA;
--blue-600: #3314CC;
--blue-700: #2810A2;
--blue-800: #1D0B74;
--blue-900: #12074A;
--blue-950: #0C052E;
}