Blue
#2803DD
BlueColor Codes
All color formats for development
HEX
#2803DDRGB
rgb(40, 3, 221)HSL
hsl(250, 97%, 44%)OKLCH
oklch(0.418 0.273 270)CMYK
cmyk(82%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2403C7
2#2003B1
3#1C029B
4#180285
5#14026F
6#100158
7#0C0142
8#08012C
9#040016
Tints
Lighter variations
1#2D04F9
2#431EFC
3#5A3AFC
4#7256FC
5#8972FD
6#A18EFD
7#B8ABFE
8#D0C7FE
9#E7E3FF
Tones
Muted variations
1#2F0ED2
2#3619C7
3#3D24BC
4#452FB2
5#4C3AA7
6#53459C
7#5A5091
8#625A86
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFD | BordersInactive statesPlaceholder text |
| 400 | 6C4F #6C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 421D #421DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2803 #2803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2003 #2003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1702 #17027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E2DCFE;
--blue-200: #C8BEFE;
--blue-300: #9E8BFD;
--blue-400: #6C4FFC;
--blue-500: #421DFC;
--blue-600: #2803DD;
--blue-700: #2003B0;
--blue-800: #17027E;
--blue-900: #0E0150;
--blue-950: #090132;
}