Cobalt
#265FBA
BlueColor Codes
All color formats for development
HEX
#265FBARGB
rgb(38, 95, 186)HSL
hsl(217, 66%, 44%)OKLCH
oklch(0.5 0.156 259.6)CMYK
cmyk(80%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2255A8
2#1F4C95
3#1B4282
4#173970
5#132F5D
6#0F264B
7#0B1C38
8#081325
9#040913
Tints
Lighter variations
1#2B6BD2
2#417BD8
3#598CDD
4#719CE2
5#88ADE7
6#A0BDEC
7#B8CEF0
8#D0DEF5
9#E7EFFA
Tones
Muted variations
1#2E61B3
2#3562AB
3#3C64A4
4#44669D
5#4B6895
6#53698E
7#5A6B86
8#616D7F
9#696E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FC;
--cobalt-100: #E1EAF9;
--cobalt-200: #C8D9F4;
--cobalt-300: #9EBBEB;
--cobalt-400: #6B98E1;
--cobalt-500: #417BD8;
--cobalt-600: #265FBA;
--cobalt-700: #1E4C94;
--cobalt-800: #16366A;
--cobalt-900: #0E2344;
--cobalt-950: #09162A;
}