Blue
#2F13CD
BlueColor Codes
All color formats for development
HEX
#2F13CDRGB
rgb(47, 19, 205)HSL
hsl(249, 83%, 44%)OKLCH
oklch(0.409 0.25 272.8)CMYK
cmyk(77%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A11B9
2#260FA4
3#210D90
4#1C0B7B
5#180A67
6#130852
7#0E063E
8#090429
9#050215
Tints
Lighter variations
1#3516E7
2#4A2EEC
3#6148EE
4#7862F0
5#8E7CF3
6#A596F5
7#BBB1F8
8#D2CBFA
9#E8E5FD
Tones
Muted variations
1#361CC4
2#3C26BB
3#432FB1
4#4938A8
5#50429F
6#564B95
7#5D548C
8#635E83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A294 #A294F5 | BordersInactive statesPlaceholder text |
| 400 | 725C #725CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4A2D #4A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F13 #2F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250F #250FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0B #1B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DEFC;
--blue-200: #CBC2F9;
--blue-300: #A294F5;
--blue-400: #725CF0;
--blue-500: #4A2DEB;
--blue-600: #2F13CD;
--blue-700: #250FA3;
--blue-800: #1B0B75;
--blue-900: #11074B;
--blue-950: #0B042F;
}