Cobalt
#235F90
BlueColor Codes
All color formats for development
HEX
#235F90RGB
rgb(35, 95, 144)HSL
hsl(207, 61%, 35%)OKLCH
oklch(0.471 0.1 246.9)CMYK
cmyk(76%, 34%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5581
2#1C4C73
3#184265
4#153956
5#112F48
6#0E2639
7#0A1C2B
8#07131D
9#03090E
Tints
Lighter variations
1#2970AA
2#3082C5
3#4492D2
4#5FA2D8
5#7AB1DF
6#94C1E5
7#AFD0EC
8#CAE0F2
9#E4EFF9
Tones
Muted variations
1#285E8A
2#2E5E85
3#335D7F
4#395D7A
5#3E5C74
6#435B6F
7#495B6A
8#4E5A64
9#545A5F
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 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F8FC;
--cobalt-100: #E2EEF8;
--cobalt-200: #CAE0F2;
--cobalt-300: #A1C8E8;
--cobalt-400: #6FABDC;
--cobalt-500: #4693D2;
--cobalt-600: #2C77B5;
--cobalt-700: #235F90;
--cobalt-800: #194467;
--cobalt-900: #102B42;
--cobalt-950: #0A1B29;
}