Blue
#1D14CC
BlueColor Codes
All color formats for development
HEX
#1D14CCRGB
rgb(29, 20, 204)HSL
hsl(243, 82%, 44%)OKLCH
oklch(0.399 0.253 268.1)CMYK
cmyk(86%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A12B8
2#1810A3
3#150E8F
4#120C7B
5#0F0A66
6#0C0852
7#09063D
8#060429
9#030214
Tints
Lighter variations
1#2117E6
2#382FEA
3#5149ED
4#6A63F0
5#837DF2
6#9C97F5
7#B5B1F7
8#CDCBFA
9#E6E5FC
Tones
Muted variations
1#261DC3
2#2E27BA
3#3630B1
4#3F39A7
5#47429E
6#4F4B95
7#57558C
8#605E83
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9994 #9994F4 | BordersInactive statesPlaceholder text |
| 400 | 645D #645DEF | Disabled statesSecondary iconsMuted text |
| 500 | 382E #382EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D14 #1D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1710 #1710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110B #110B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DFFC;
--blue-200: #C5C3F9;
--blue-300: #9994F4;
--blue-400: #645DEF;
--blue-500: #382EEA;
--blue-600: #1D14CC;
--blue-700: #1710A2;
--blue-800: #110B74;
--blue-900: #0B074A;
--blue-950: #07052E;
}