Blue
#2809D7
BlueColor Codes
All color formats for development
HEX
#2809D7RGB
rgb(40, 9, 215)HSL
hsl(249, 92%, 44%)OKLCH
oklch(0.413 0.265 270.3)CMYK
cmyk(81%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2408C2
2#2007AC
3#1C0697
4#180581
5#14046C
6#100456
7#0C0341
8#08022B
9#040116
Tints
Lighter variations
1#2D0AF3
2#4324F6
3#5B3FF7
4#725AF8
5#8A76F9
6#A191FA
7#B9ADFC
8#D0C8FD
9#E8E4FE
Tones
Muted variations
1#2F13CD
2#361EC3
3#3E28B8
4#4532AE
5#4C3DA4
6#534799
7#5B518F
8#625C85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8E #9F8EFA | BordersInactive statesPlaceholder text |
| 400 | 6C54 #6C54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4223 #4223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2809 #2809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2007 #2007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1705 #17057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F03 #0F034E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E2DDFE;
--blue-200: #C9BFFC;
--blue-300: #9F8EFA;
--blue-400: #6C54F8;
--blue-500: #4223F6;
--blue-600: #2809D7;
--blue-700: #2007AB;
--blue-800: #17057A;
--blue-900: #0F034E;
--blue-950: #090231;
}