Cobalt
#265B8C
BlueColor Codes
All color formats for development
HEX
#265B8CRGB
rgb(38, 91, 140)HSL
hsl(209, 57%, 35%)OKLCH
oklch(0.46 0.098 249.3)CMYK
cmyk(73%, 35%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23527E
2#1F4970
3#1B4062
4#173754
5#132D46
6#0F2438
7#0C1B2A
8#08121C
9#04090E
Tints
Lighter variations
1#2E6CA6
2#357DC0
3#498DCD
4#639DD4
5#7DAEDB
6#97BEE2
7#B1CEEA
8#CBDEF1
9#E5EFF8
Tones
Muted variations
1#2B5B87
2#315B82
3#365A7D
4#3B5A78
5#405A73
6#455A6E
7#4A5A69
8#4F5A63
9#54595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C5 #A3C5E6 | BordersInactive statesPlaceholder text |
| 400 | 73A7 #73A7D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B8E #4B8ECE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3072 #3072B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 265B #265B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E3EDF7;
--cobalt-200: #CBDEF1;
--cobalt-300: #A3C5E6;
--cobalt-400: #73A7D9;
--cobalt-500: #4B8ECE;
--cobalt-600: #3072B0;
--cobalt-700: #265B8C;
--cobalt-800: #1B4164;
--cobalt-900: #122A40;
--cobalt-950: #0B1A28;
}