Blue
#002DE0
BlueColor Codes
All color formats for development
HEX
#002DE0RGB
rgb(0, 45, 224)HSL
hsl(228, 100%, 44%)OKLCH
oklch(0.441 0.263 264.1)CMYK
cmyk(100%, 80%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0028CA
2#0024B4
3#001F9D
4#001B87
5#001670
6#00125A
7#000D43
8#00092D
9#000416
Tints
Lighter variations
1#0033FD
2#1B48FF
3#375FFF
4#5476FF
5#708DFF
6#8DA4FF
7#A9BAFF
8#C6D1FF
9#E2E8FF
Tones
Muted variations
1#0B34D5
2#163ACA
3#2241BF
4#2D48B4
5#384FA8
6#43559D
7#4F5C92
8#5A6387
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F3FF;
--blue-100: #DBE2FF;
--blue-200: #BDCAFF;
--blue-300: #8AA1FF;
--blue-400: #4D70FF;
--blue-500: #1A47FF;
--blue-600: #002DE0;
--blue-700: #0024B3;
--blue-800: #001A80;
--blue-900: #001052;
--blue-950: #000A33;
}