Blue
#0016E0
BlueColor Codes
All color formats for development
HEX
#0016E0RGB
rgb(0, 22, 224)HSL
hsl(234, 100%, 44%)OKLCH
oklch(0.42 0.277 264.2)CMYK
cmyk(100%, 90%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0014CA
2#0012B4
3#00109D
4#000D87
5#000B70
6#00095A
7#000743
8#00042D
9#000216
Tints
Lighter variations
1#0019FD
2#1B31FF
3#374BFF
4#5465FF
5#707EFF
6#8D98FF
7#A9B2FF
8#C6CCFF
9#E2E5FF
Tones
Muted variations
1#0B1FD5
2#1628CA
3#2231BF
4#2D3AB4
5#3843A8
6#434C9D
7#4F5592
8#5A5E87
9#65677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A95 #8A95FF | BordersInactive statesPlaceholder text |
| 400 | 4D5E #4D5EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A30 #1A30FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0016 #0016E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0012 #0012B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000D #000D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0008 #000852 | Primary textHigh emphasis contentDark headings |
| 950 | 0005 #000533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DBDFFF;
--blue-200: #BDC3FF;
--blue-300: #8A95FF;
--blue-400: #4D5EFF;
--blue-500: #1A30FF;
--blue-600: #0016E0;
--blue-700: #0012B3;
--blue-800: #000D80;
--blue-900: #000852;
--blue-950: #000533;
}