Steel Blue
#25BBB6
CyanColor Codes
All color formats for development
HEX
#25BBB6RGB
rgb(37, 187, 182)HSL
hsl(178, 67%, 44%)OKLCH
oklch(0.719 0.117 191.3)CMYK
cmyk(80%, 0%, 3%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A9A4
2#1E9692
3#1A8380
4#16706D
5#135E5B
6#0F4B49
7#0B3837
8#072524
9#041312
Tints
Lighter variations
1#2AD3CE
2#40D9D4
3#58DEDA
4#70E3DF
5#88E7E4
6#A0ECEA
7#B7F1EF
8#CFF6F4
9#E7FAFA
Tones
Muted variations
1#2DB4AF
2#34ACA8
3#3CA5A1
4#439D9A
5#4B9693
6#528E8C
7#5A8785
8#617F7E
9#697877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4442 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F8;
--steel-blue-200: #C8F4F3;
--steel-blue-300: #9DECE9;
--steel-blue-400: #6AE2DE;
--steel-blue-500: #3FD9D4;
--steel-blue-600: #25BBB6;
--steel-blue-700: #1D9591;
--steel-blue-800: #156A68;
--steel-blue-900: #0D4442;
--steel-blue-950: #082B29;
}