Cobalt
#235990
BlueColor Codes
All color formats for development
HEX
#235990RGB
rgb(35, 89, 144)HSL
hsl(210, 61%, 35%)OKLCH
oklch(0.457 0.106 251.7)CMYK
cmyk(76%, 38%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5081
2#1C4773
3#183E65
4#153656
5#112D48
6#0E2439
7#0A1B2B
8#07121D
9#03090E
Tints
Lighter variations
1#296AAA
2#307AC5
3#448BD2
4#5F9CD8
5#7AACDF
6#94BDE5
7#AFCDEC
8#CADEF2
9#E4EEF9
Tones
Muted variations
1#28598A
2#2E5985
3#33597F
4#39597A
5#3E5974
6#43596F
7#49596A
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 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADE #CADEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C4 #A1C4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA6 #6FA6DC | Disabled statesSecondary iconsMuted text |
| 500 | 468C #468CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C70 #2C70B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2359 #235990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1940 #194067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1029 #102942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E2EDF8;
--cobalt-200: #CADEF2;
--cobalt-300: #A1C4E8;
--cobalt-400: #6FA6DC;
--cobalt-500: #468CD2;
--cobalt-600: #2C70B5;
--cobalt-700: #235990;
--cobalt-800: #194067;
--cobalt-900: #102942;
--cobalt-950: #0A1A29;
}