Blue
#2D14CC
BlueColor Codes
All color formats for development
HEX
#2D14CCRGB
rgb(45, 20, 204)HSL
hsl(248, 82%, 44%)OKLCH
oklch(0.407 0.249 272.2)CMYK
cmyk(78%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2812B8
2#2410A3
3#1F0E8F
4#1B0C7B
5#160A66
6#120852
7#0D063D
8#090429
9#040214
Tints
Lighter variations
1#3217E6
2#482FEA
3#5F49ED
4#7663F0
5#8D7DF2
6#A497F5
7#BAB1F7
8#D1CBFA
9#E8E5FC
Tones
Muted variations
1#331DC3
2#3A27BA
3#4130B1
4#4839A7
5#4E429E
6#554B95
7#5C558C
8#635E83
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F4 | BordersInactive statesPlaceholder text |
| 400 | 705D #705DEF | Disabled statesSecondary iconsMuted text |
| 500 | 472E #472EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D14 #2D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2410 #2410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E2DFFC;
--blue-200: #CAC3F9;
--blue-300: #A194F4;
--blue-400: #705DEF;
--blue-500: #472EEA;
--blue-600: #2D14CC;
--blue-700: #2410A2;
--blue-800: #190B74;
--blue-900: #10074A;
--blue-950: #0A052E;
}