Blue
#0F00E0
BlueColor Codes
All color formats for development
HEX
#0F00E0RGB
rgb(15, 0, 224)HSL
hsl(244, 100%, 44%)OKLCH
oklch(0.412 0.282 265.4)CMYK
cmyk(93%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D00CA
2#0C00B4
3#0A009D
4#090087
5#070070
6#06005A
7#040043
8#03002D
9#010016
Tints
Lighter variations
1#1100FD
2#2A1BFF
3#4437FF
4#5F54FF
5#7A70FF
6#948DFF
7#AFA9FF
8#CAC6FF
9#E4E2FF
Tones
Muted variations
1#190BD5
2#2216CA
3#2C22BF
4#362DB4
5#4038A8
6#49439D
7#534F92
8#5D5A87
9#66657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DEDBFF;
--blue-200: #C1BDFF;
--blue-300: #928AFF;
--blue-400: #584DFF;
--blue-500: #291AFF;
--blue-600: #0F00E0;
--blue-700: #0C00B3;
--blue-800: #080080;
--blue-900: #050052;
--blue-950: #030033;
}