Cobalt
#234790
BlueColor Codes
All color formats for development
HEX
#234790RGB
rgb(35, 71, 144)HSL
hsl(220, 61%, 35%)OKLCH
oklch(0.414 0.128 262.5)CMYK
cmyk(76%, 51%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4081
2#1C3973
3#183265
4#152B56
5#112448
6#0E1C39
7#0A152B
8#070E1D
9#03070E
Tints
Lighter variations
1#2954AA
2#3062C5
3#4473D2
4#5F87D8
5#7A9BDF
6#94AFE5
7#AFC3EC
8#CAD7F2
9#E4EBF9
Tones
Muted variations
1#28498A
2#2E4B85
3#334D7F
4#394E7A
5#3E5074
6#43526F
7#49546A
8#4E5664
9#54575F
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 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B8 #A1B8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F94 #6F94DC | Disabled statesSecondary iconsMuted text |
| 500 | 4675 #4675D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C59 #2C59B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2347 #234790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1933 #193367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E2EAF8;
--cobalt-200: #CAD7F2;
--cobalt-300: #A1B8E8;
--cobalt-400: #6F94DC;
--cobalt-500: #4675D2;
--cobalt-600: #2C59B5;
--cobalt-700: #234790;
--cobalt-800: #193367;
--cobalt-900: #102142;
--cobalt-950: #0A1429;
}