Cobalt
#235690
BlueColor Codes
All color formats for development
HEX
#235690RGB
rgb(35, 86, 144)HSL
hsl(212, 61%, 35%)OKLCH
oklch(0.449 0.11 253.8)CMYK
cmyk(76%, 40%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4D81
2#1C4473
3#183C65
4#153356
5#112B48
6#0E2239
7#0A1A2B
8#07111D
9#03090E
Tints
Lighter variations
1#2966AA
2#3075C5
3#4486D2
4#5F98D8
5#7AA9DF
6#94BAE5
7#AFCBEC
8#CADDF2
9#E4EEF9
Tones
Muted variations
1#28568A
2#2E5685
3#33577F
4#39577A
5#3E5774
6#43586F
7#49586A
8#4E5964
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 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C2 #A1C2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA2 #6FA2DC | Disabled statesSecondary iconsMuted text |
| 500 | 4688 #4688D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6C #2C6CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2356 #235690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193D #193D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1027 #102742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E2ECF8;
--cobalt-200: #CADDF2;
--cobalt-300: #A1C2E8;
--cobalt-400: #6FA2DC;
--cobalt-500: #4688D2;
--cobalt-600: #2C6CB5;
--cobalt-700: #235690;
--cobalt-800: #193D67;
--cobalt-900: #102742;
--cobalt-950: #0A1829;
}