Cobalt
#234990
BlueColor Codes
All color formats for development
HEX
#234990RGB
rgb(35, 73, 144)HSL
hsl(219, 61%, 35%)OKLCH
oklch(0.419 0.125 261.5)CMYK
cmyk(76%, 49%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4281
2#1C3A73
3#183365
4#152C56
5#112448
6#0E1D39
7#0A162B
8#070F1D
9#03070E
Tints
Lighter variations
1#2956AA
2#3064C5
3#4476D2
4#5F89D8
5#7A9DDF
6#94B1E5
7#AFC4EC
8#CAD8F2
9#E4EBF9
Tones
Muted variations
1#284B8A
2#2E4C85
3#334E7F
4#394F7A
5#3E5174
6#43536F
7#49546A
8#4E5664
9#54585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E2EAF8;
--cobalt-200: #CAD8F2;
--cobalt-300: #A1BAE8;
--cobalt-400: #6F95DC;
--cobalt-500: #4677D2;
--cobalt-600: #2C5CB5;
--cobalt-700: #234990;
--cobalt-800: #193467;
--cobalt-900: #102142;
--cobalt-950: #0A1529;
}