Blue
#1714CC
BlueColor Codes
All color formats for development
HEX
#1714CCRGB
rgb(23, 20, 204)HSL
hsl(241, 82%, 44%)OKLCH
oklch(0.397 0.254 267)CMYK
cmyk(89%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1512B8
2#1310A3
3#100E8F
4#0E0C7B
5#0C0A66
6#090852
7#07063D
8#050429
9#020214
Tints
Lighter variations
1#1A17E6
2#322FEA
3#4C49ED
4#6563F0
5#7F7DF2
6#9997F5
7#B2B1F7
8#CCCBFA
9#E5E5FC
Tones
Muted variations
1#201DC3
2#2927BA
3#3230B1
4#3B39A7
5#44429E
6#4D4B95
7#56558C
8#5E5E83
9#676779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9694 #9694F4 | BordersInactive statesPlaceholder text |
| 400 | 5F5D #5F5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 312E #312EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1714 #1714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1310 #1310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDFFC;
--blue-200: #C4C3F9;
--blue-300: #9694F4;
--blue-400: #5F5DEF;
--blue-500: #312EEA;
--blue-600: #1714CC;
--blue-700: #1310A2;
--blue-800: #0D0B74;
--blue-900: #08074A;
--blue-950: #05052E;
}