Blue
#1A14CC
BlueColor Codes
All color formats for development
HEX
#1A14CCRGB
rgb(26, 20, 204)HSL
hsl(242, 82%, 44%)OKLCH
oklch(0.398 0.254 267.5)CMYK
cmyk(87%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1812B8
2#1510A3
3#120E8F
4#100C7B
5#0D0A66
6#0B0852
7#08063D
8#050429
9#030214
Tints
Lighter variations
1#1E17E6
2#352FEA
3#4F49ED
4#6863F0
5#817DF2
6#9A97F5
7#B3B1F7
8#CDCBFA
9#E6E5FC
Tones
Muted variations
1#231DC3
2#2C27BA
3#3430B1
4#3D39A7
5#45429E
6#4E4B95
7#56558C
8#5F5E83
9#686779
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 | 9794 #9794F4 | BordersInactive statesPlaceholder text |
| 400 | 615D #615DEF | Disabled statesSecondary iconsMuted text |
| 500 | 342E #342EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A14 #1A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1510 #1510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0B #0F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | 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: #9794F4;
--blue-400: #615DEF;
--blue-500: #342EEA;
--blue-600: #1A14CC;
--blue-700: #1510A2;
--blue-800: #0F0B74;
--blue-900: #0A074A;
--blue-950: #06052E;
}