Blue
#1B15CB
BlueColor Codes
All color formats for development
HEX
#1B15CBRGB
rgb(27, 21, 203)HSL
hsl(242, 81%, 44%)OKLCH
oklch(0.398 0.252 267.8)CMYK
cmyk(87%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1913B7
2#1611A2
3#130F8E
4#100D7A
5#0E0B66
6#0B0951
7#08063D
8#050429
9#030214
Tints
Lighter variations
1#1F18E5
2#3630E9
3#4F4AEC
4#6964EF
5#827EF1
6#9B98F4
7#B4B1F7
8#CDCBFA
9#E6E5FC
Tones
Muted variations
1#241EC2
2#2C27B9
3#3531B0
4#3D3AA7
5#46439E
6#4E4C95
7#57558B
8#5F5E82
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 | 9895 #9895F4 | BordersInactive statesPlaceholder text |
| 400 | 625D #625DEE | Disabled statesSecondary iconsMuted text |
| 500 | 352F #352FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B15 #1B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1611 #1611A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100C #100C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A084A | 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: #F2F1FE;
--blue-100: #E0DFFC;
--blue-200: #C5C3F9;
--blue-300: #9895F4;
--blue-400: #625DEE;
--blue-500: #352FE9;
--blue-600: #1B15CB;
--blue-700: #1611A2;
--blue-800: #100C73;
--blue-900: #0A084A;
--blue-950: #06052E;
}