Blue
#081DD9
BlueColor Codes
All color formats for development
HEX
#081DD9RGB
rgb(8, 29, 217)HSL
hsl(234, 93%, 44%)OKLCH
oklch(0.418 0.265 264.9)CMYK
cmyk(96%, 87%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071AC3
2#0617AD
3#051498
4#051182
5#040E6C
6#030B57
7#020941
8#02062B
9#010316
Tints
Lighter variations
1#0920F4
2#2338F7
3#3E51F8
4#5A6AF9
5#7582FA
6#919BFB
7#ACB4FC
8#C8CDFD
9#E3E6FE
Tones
Muted variations
1#1225CE
2#1D2DC4
3#2736B9
4#323EAF
5#3C46A4
6#464F9A
7#515790
8#5B6085
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FB | BordersInactive statesPlaceholder text |
| 400 | 5363 #5363F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2237 #2237F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 081D #081DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0617 #0617AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FE;
--blue-200: #BFC5FD;
--blue-300: #8E99FB;
--blue-400: #5363F9;
--blue-500: #2237F7;
--blue-600: #081DD9;
--blue-700: #0617AC;
--blue-800: #04107B;
--blue-900: #030A4F;
--blue-950: #020731;
}