Steel Blue
#2D99B4
CyanColor Codes
All color formats for development
HEX
#2D99B4RGB
rgb(45, 153, 180)HSL
hsl(192, 60%, 44%)OKLCH
oklch(0.635 0.102 218.6)CMYK
cmyk(75%, 15%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2889A2
2#247A90
3#1F6B7E
4#1B5C6C
5#164C5A
6#123D48
7#0D2E36
8#091F24
9#040F12
Tints
Lighter variations
1#33ACCA
2#48B6D1
3#5FBFD7
4#76C8DD
5#8DD1E2
6#A4DAE8
7#BAE4EE
8#D1EDF4
9#E8F6F9
Tones
Muted variations
1#3495AD
2#3A91A6
3#418C9F
4#488899
5#4F8492
6#55808B
7#5C7C84
8#63787E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 70C6 #70C6DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B6 #47B6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D99 #2D99B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2479 #24798F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A57 #1A5766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEAF2;
--steel-blue-300: #A1D9E8;
--steel-blue-400: #70C6DB;
--steel-blue-500: #47B6D1;
--steel-blue-600: #2D99B4;
--steel-blue-700: #24798F;
--steel-blue-800: #1A5766;
--steel-blue-900: #103741;
--steel-blue-950: #0A2329;
}