Cobalt
#235490
BlueColor Codes
All color formats for development
HEX
#235490RGB
rgb(35, 84, 144)HSL
hsl(213, 61%, 35%)OKLCH
oklch(0.445 0.112 255.2)CMYK
cmyk(76%, 42%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4B81
2#1C4373
3#183B65
4#153256
5#112A48
6#0E2239
7#0A192B
8#07111D
9#03080E
Tints
Lighter variations
1#2963AA
2#3073C5
3#4484D2
4#5F95D8
5#7AA7DF
6#94B9E5
7#AFCAEC
8#CADCF2
9#E4EDF9
Tones
Muted variations
1#28548A
2#2E5585
3#33557F
4#39567A
5#3E5774
6#43576F
7#49586A
8#4E5864
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 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | 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: #CADCF2;
--cobalt-300: #A1C1E8;
--cobalt-400: #6FA0DC;
--cobalt-500: #4685D2;
--cobalt-600: #2C69B5;
--cobalt-700: #235490;
--cobalt-800: #193C67;
--cobalt-900: #102642;
--cobalt-950: #0A1829;
}