Cobalt
#1430CC
BlueColor Codes
All color formats for development
HEX
#1430CCRGB
rgb(20, 48, 204)HSL
hsl(231, 82%, 44%)OKLCH
oklch(0.425 0.235 265.8)CMYK
cmyk(90%, 76%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122BB8
2#1026A3
3#0E218F
4#0C1D7B
5#0A1866
6#081352
7#060E3D
8#040A29
9#020514
Tints
Lighter variations
1#1736E6
2#2F4BEA
3#4962ED
4#6378F0
5#7D8FF2
6#97A5F5
7#B1BCF7
8#CBD2FA
9#E5E9FC
Tones
Muted variations
1#1D36C3
2#273DBA
3#3043B1
4#394AA7
5#42509E
6#4B5695
7#555D8C
8#5E6383
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A3 #94A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4A #2E4AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1430 #1430CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1026 #1026A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DFE3FC;
--cobalt-200: #C3CBF9;
--cobalt-300: #94A3F4;
--cobalt-400: #5D73EF;
--cobalt-500: #2E4AEA;
--cobalt-600: #1430CC;
--cobalt-700: #1026A2;
--cobalt-800: #0B1B74;
--cobalt-900: #07114A;
--cobalt-950: #050B2E;
}