Blue
#0000E0
BlueColor Codes
All color formats for development
HEX
#0000E0RGB
rgb(0, 0, 224)HSL
hsl(240, 100%, 44%)OKLCH
oklch(0.41 0.284 264.1)CMYK
cmyk(100%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0000CA
2#0000B4
3#00009D
4#000087
5#000070
6#00005A
7#000043
8#00002D
9#000016
Tints
Lighter variations
1#0000FD
2#1B1BFF
3#3737FF
4#5454FF
5#7070FF
6#8D8DFF
7#A9A9FF
8#C6C6FF
9#E2E2FF
Tones
Muted variations
1#0B0BD5
2#1616CA
3#2222BF
4#2D2DB4
5#3838A8
6#43439D
7#4F4F92
8#5A5A87
9#65657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DBDBFF;
--blue-200: #BDBDFF;
--blue-300: #8A8AFF;
--blue-400: #4D4DFF;
--blue-500: #1A1AFF;
--blue-600: #0000E0;
--blue-700: #0000B3;
--blue-800: #000080;
--blue-900: #000052;
--blue-950: #000033;
}