Blue
#001EE0
BlueColor Codes
All color formats for development
HEX
#001EE0RGB
rgb(0, 30, 224)HSL
hsl(232, 100%, 44%)OKLCH
oklch(0.426 0.273 264.2)CMYK
cmyk(100%, 87%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001BCA
2#0018B4
3#00159D
4#001287
5#000F70
6#000C5A
7#000943
8#00062D
9#000316
Tints
Lighter variations
1#0022FD
2#1B39FF
3#3752FF
4#546AFF
5#7083FF
6#8D9CFF
7#A9B5FF
8#C6CDFF
9#E2E6FF
Tones
Muted variations
1#0B26D5
2#162ECA
3#2237BF
4#2D3FB4
5#3847A8
6#434F9D
7#4F5892
8#5A6087
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DBE0FF;
--blue-200: #BDC6FF;
--blue-300: #8A99FF;
--blue-400: #4D64FF;
--blue-500: #1A38FF;
--blue-600: #001EE0;
--blue-700: #0018B3;
--blue-800: #001180;
--blue-900: #000B52;
--blue-950: #000733;
}