Cobalt
#235B90
BlueColor Codes
All color formats for development
HEX
#235B90RGB
rgb(35, 91, 144)HSL
hsl(209, 61%, 35%)OKLCH
oklch(0.461 0.104 250.1)CMYK
cmyk(76%, 37%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5281
2#1C4973
3#184065
4#153756
5#112E48
6#0E2439
7#0A1B2B
8#07121D
9#03090E
Tints
Lighter variations
1#296CAA
2#307DC5
3#448DD2
4#5F9ED8
5#7AAEDF
6#94BEE5
7#AFCEEC
8#CADFF2
9#E4EFF9
Tones
Muted variations
1#285B8A
2#2E5B85
3#335B7F
4#395A7A
5#3E5A74
6#435A6F
7#495A6A
8#4E5A64
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C6 #A1C6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA8 #6FA8DC | Disabled statesSecondary iconsMuted text |
| 500 | 468F #468FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C72 #2C72B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235B #235B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1941 #194167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | 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: #F3F8FC;
--cobalt-100: #E2EEF8;
--cobalt-200: #CADFF2;
--cobalt-300: #A1C6E8;
--cobalt-400: #6FA8DC;
--cobalt-500: #468FD2;
--cobalt-600: #2C72B5;
--cobalt-700: #235B90;
--cobalt-800: #194167;
--cobalt-900: #102A42;
--cobalt-950: #0A1A29;
}