Cobalt
#235090
BlueColor Codes
All color formats for development
HEX
#235090RGB
rgb(35, 80, 144)HSL
hsl(215, 61%, 35%)OKLCH
oklch(0.435 0.117 257.7)CMYK
cmyk(76%, 44%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4881
2#1C4073
3#183865
4#153056
5#112848
6#0E2039
7#0A182B
8#07101D
9#03080E
Tints
Lighter variations
1#295FAA
2#306EC5
3#447FD2
4#5F91D8
5#7AA4DF
6#94B6E5
7#AFC8EC
8#CADAF2
9#E4EDF9
Tones
Muted variations
1#28518A
2#2E5285
3#33537F
4#39547A
5#3E5574
6#43566F
7#49576A
8#4E5764
9#54585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | 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: #E2EBF8;
--cobalt-200: #CADAF2;
--cobalt-300: #A1BEE8;
--cobalt-400: #6F9DDC;
--cobalt-500: #4681D2;
--cobalt-600: #2C65B5;
--cobalt-700: #235090;
--cobalt-800: #193967;
--cobalt-900: #102542;
--cobalt-950: #0A1729;
}