Blue
#1215CE
BlueColor Codes
All color formats for development
HEX
#1215CERGB
rgb(18, 21, 206)HSL
hsl(239, 84%, 44%)OKLCH
oklch(0.399 0.257 266.1)CMYK
cmyk(91%, 90%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1013BA
2#0E11A5
3#0D0F91
4#0B0D7C
5#090B67
6#070853
7#05063E
8#040429
9#020215
Tints
Lighter variations
1#1418E9
2#2D30ED
3#474AEF
4#6164F1
5#7C7EF4
6#9697F6
7#B0B1F8
8#CACBFA
9#E5E5FD
Tones
Muted variations
1#1B1EC5
2#2527BC
3#2E30B2
4#383AA9
5#41439F
6#4B4C96
7#54558C
8#5D5E83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9395 #9395F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5D #5B5DF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2F #2C2FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1215 #1215CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E11 #0E11A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0C #0A0C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C3FA;
--blue-300: #9395F6;
--blue-400: #5B5DF1;
--blue-500: #2C2FED;
--blue-600: #1215CE;
--blue-700: #0E11A4;
--blue-800: #0A0C75;
--blue-900: #07084B;
--blue-950: #04052F;
}