Steel Blue
#26BABA
CyanColor Codes
All color formats for development
HEX
#26BABARGB
rgb(38, 186, 186)HSL
hsl(180, 66%, 44%)OKLCH
oklch(0.718 0.116 194.9)CMYK
cmyk(80%, 0%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A8A8
2#1F9595
3#1B8282
4#177070
5#135D5D
6#0F4B4B
7#0B3838
8#082525
9#041313
Tints
Lighter variations
1#2BD2D2
2#41D8D8
3#59DDDD
4#71E2E2
5#88E7E7
6#A0ECEC
7#B8F0F0
8#D0F5F5
9#E7FAFA
Tones
Muted variations
1#2EB3B3
2#35ABAB
3#3CA4A4
4#449D9D
5#4B9595
6#538E8E
7#5A8686
8#617F7F
9#697878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBEB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4444 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C8F4F4;
--steel-blue-300: #9EEBEB;
--steel-blue-400: #6BE1E1;
--steel-blue-500: #41D8D8;
--steel-blue-600: #26BABA;
--steel-blue-700: #1E9494;
--steel-blue-800: #166A6A;
--steel-blue-900: #0E4444;
--steel-blue-950: #092A2A;
}