Steel Blue

#30B09F

Cyan

Color Codes

All color formats for development

HEX
#30B09F
RGB
rgb(48, 176, 159)
HSL
hsl(172, 57%, 44%)
OKLCH
oklch(0.685 0.111 182)
CMYK
cmyk(73%, 0%, 10%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#2B9F8F
2#278D7F
3#227B6F
4#1D6A5F
5#185850
6#134640
7#0E3530
8#0A2320
9#051210

Tints

Lighter variations

1#36C7B3
2#4CCEBD
3#62D4C5
4#78DACD
5#8FE0D5
6#A5E6DE
7#BCEDE6
8#D2F3EE
9#E9F9F7

Tones

Muted variations

1#37AA9A
2#3DA396
3#439D91
4#4A978C
5#509088
6#578A83
7#5D837E
8#637D7A
9#6A7775

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F5
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1EC
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6DD
BordersInactive statesPlaceholder text
400
73D9
#73D9CB
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCEBC
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B09F
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C7F
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B645A
Text on light backgroundsHeadingsStrong borders
900
1240
#12403A
Primary textHigh emphasis contentDark headings
950
0B28
#0B2824
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F7F5;
  --steel-blue-200: #CBF1EC;
  --steel-blue-300: #A3E6DD;
  --steel-blue-400: #73D9CB;
  --steel-blue-500: #4BCEBC;
  --steel-blue-600: #30B09F;
  --steel-blue-700: #268C7F;
  --steel-blue-800: #1B645A;
  --steel-blue-900: #12403A;
  --steel-blue-950: #0B2824;
}
Generate More ShadesCreate PaletteConvert Color