Blue
#1C16CA
BlueColor Codes
All color formats for development
HEX
#1C16CARGB
rgb(28, 22, 202)HSL
hsl(242, 80%, 44%)OKLCH
oklch(0.398 0.25 268)CMYK
cmyk(86%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A14B6
2#1712A2
3#14108D
4#110D79
5#0E0B65
6#0B0951
7#09073D
8#060428
9#030214
Tints
Lighter variations
1#2019E4
2#3731E8
3#504BEB
4#6965EE
5#827EF1
6#9B98F4
7#B4B2F6
8#CDCCF9
9#E6E5FC
Tones
Muted variations
1#251FC1
2#2D28B8
3#3631AF
4#3E3AA6
5#46439D
6#4F4C94
7#57558B
8#5F5E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9995 #9995F3 | BordersInactive statesPlaceholder text |
| 400 | 635E #635EED | Disabled statesSecondary iconsMuted text |
| 500 | 3730 #3730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C16 #1C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1712 #1712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100D #100D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A0849 | 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: #F2F1FD;
--blue-100: #E0DFFB;
--blue-200: #C5C3F8;
--blue-300: #9995F3;
--blue-400: #635EED;
--blue-500: #3730E8;
--blue-600: #1C16CA;
--blue-700: #1712A1;
--blue-800: #100D73;
--blue-900: #0A0849;
--blue-950: #06052E;
}