Cobalt
#1933C8
BlueColor Codes
All color formats for development
HEX
#1933C8RGB
rgb(25, 51, 200)HSL
hsl(231, 78%, 44%)OKLCH
oklch(0.427 0.227 266.4)CMYK
cmyk(88%, 75%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162EB4
2#1429A0
3#11248C
4#0F1F78
5#0C1964
6#0A1450
7#070F3C
8#050A28
9#020514
Tints
Lighter variations
1#1C39E1
2#344EE6
3#4D64E9
4#667BEC
5#8091EF
6#99A7F2
7#B3BDF6
8#CCD3F9
9#E6E9FC
Tones
Muted variations
1#2139BF
2#2A3FB6
3#3345AD
4#3C4BA5
5#44529C
6#4D5893
7#565E8A
8#5F6482
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE3FB;
--cobalt-200: #C4CCF8;
--cobalt-300: #97A4F2;
--cobalt-400: #6075EB;
--cobalt-500: #334EE6;
--cobalt-600: #1933C8;
--cobalt-700: #14299F;
--cobalt-800: #0E1D71;
--cobalt-900: #091349;
--cobalt-950: #060C2D;
}