Blue
#0025E0
BlueColor Codes
All color formats for development
HEX
#0025E0RGB
rgb(0, 37, 224)HSL
hsl(230, 100%, 44%)OKLCH
oklch(0.433 0.269 264.2)CMYK
cmyk(100%, 83%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0022CA
2#001EB4
3#001A9D
4#001687
5#001370
6#000F5A
7#000B43
8#00072D
9#000416
Tints
Lighter variations
1#002AFD
2#1B41FF
3#3758FF
4#5470FF
5#7088FF
6#8DA0FF
7#A9B8FF
8#C6CFFF
9#E2E7FF
Tones
Muted variations
1#0B2DD5
2#1634CA
3#223CBF
4#2D43B4
5#384BA8
6#43529D
7#4F5A92
8#5A6187
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC8 #BDC8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9D #8A9DFF | BordersInactive statesPlaceholder text |
| 400 | 4D6A #4D6AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A40 #1A40FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0025 #0025E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001E #001EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0015 #001580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000E #000E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DBE1FF;
--blue-200: #BDC8FF;
--blue-300: #8A9DFF;
--blue-400: #4D6AFF;
--blue-500: #1A40FF;
--blue-600: #0025E0;
--blue-700: #001EB3;
--blue-800: #001580;
--blue-900: #000E52;
--blue-950: #000833;
}