Cobalt
#235290
BlueColor Codes
All color formats for development
HEX
#235290RGB
rgb(35, 82, 144)HSL
hsl(214, 61%, 35%)OKLCH
oklch(0.44 0.114 256.5)CMYK
cmyk(76%, 43%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4A81
2#1C4273
3#183965
4#153156
5#112948
6#0E2139
7#0A192B
8#07101D
9#03080E
Tints
Lighter variations
1#2961AA
2#3070C5
3#4482D2
4#5F93D8
5#7AA5DF
6#94B7E5
7#AFC9EC
8#CADBF2
9#E4EDF9
Tones
Muted variations
1#28538A
2#2E5385
3#33547F
4#39557A
5#3E5674
6#43566F
7#49576A
8#4E5864
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E2ECF8;
--cobalt-200: #CADBF2;
--cobalt-300: #A1C0E8;
--cobalt-400: #6F9EDC;
--cobalt-500: #4683D2;
--cobalt-600: #2C67B5;
--cobalt-700: #235290;
--cobalt-800: #193B67;
--cobalt-900: #102542;
--cobalt-950: #0A1729;
}