Steel Blue
#26ABBA
CyanColor Codes
All color formats for development
HEX
#26ABBARGB
rgb(38, 171, 186)HSL
hsl(186, 66%, 44%)OKLCH
oklch(0.68 0.109 206.7)CMYK
cmyk(80%, 8%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#229AA8
2#1F8995
3#1B7882
4#176770
5#13565D
6#0F454B
7#0B3338
8#082225
9#041113
Tints
Lighter variations
1#2BC1D2
2#41C9D8
3#59D0DD
4#71D7E2
5#88DDE7
6#A0E4EC
7#B8EBF0
8#D0F2F5
9#E7F8FA
Tones
Muted variations
1#2EA6B3
2#35A0AB
3#3C9AA4
4#44949D
5#4B8E95
6#53888E
7#5A8286
8#617C7F
9#697678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E1F7F9;
--steel-blue-200: #C8EFF4;
--steel-blue-300: #9EE3EB;
--steel-blue-400: #6BD5E1;
--steel-blue-500: #41C9D8;
--steel-blue-600: #26ABBA;
--steel-blue-700: #1E8894;
--steel-blue-800: #16616A;
--steel-blue-900: #0E3E44;
--steel-blue-950: #09272A;
}