Steel Blue
#26A2BA
CyanColor Codes
All color formats for development
HEX
#26A2BARGB
rgb(38, 162, 186)HSL
hsl(190, 66%, 44%)OKLCH
oklch(0.658 0.107 214.4)CMYK
cmyk(80%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2291A8
2#1F8195
3#1B7182
4#176170
5#13515D
6#0F414B
7#0B3038
8#082025
9#041013
Tints
Lighter variations
1#2BB6D2
2#41BFD8
3#59C7DD
4#71CFE2
5#88D7E7
6#A0DFEC
7#B8E7F0
8#D0EFF5
9#E7F7FA
Tones
Muted variations
1#2E9DB3
2#3598AB
3#3C93A4
4#448E9D
5#4B8995
6#53848E
7#5A7F86
8#617A7F
9#697578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E1F5F9;
--steel-blue-200: #C8ECF4;
--steel-blue-300: #9EDEEB;
--steel-blue-400: #6BCDE1;
--steel-blue-500: #41BFD8;
--steel-blue-600: #26A2BA;
--steel-blue-700: #1E8194;
--steel-blue-800: #165C6A;
--steel-blue-900: #0E3B44;
--steel-blue-950: #09252A;
}