Steel Blue

#2FB1A9

Cyan

Color Codes

All color formats for development

HEX
#2FB1A9
RGB
rgb(47, 177, 169)
HSL
hsl(176, 58%, 44%)
OKLCH
oklch(0.691 0.109 188.8)
CMYK
cmyk(73%, 0%, 5%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

7.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CBF1
300
#A2E6
400
#72DA
500
#4ACF
600
#2FB1
700
#258D
800
#1B65
900
#1140
950
#0B28

Shades

Darker variations

1#2AA098
2#268E87
3#217C76
4#1C6A65
5#185954
6#134743
7#0E3533
8#092322
9#051211

Tints

Lighter variations

1#35C8BE
2#4BCFC6
3#61D5CD
4#78DBD4
5#8EE1DB
6#A5E7E3
7#BBEDEA
8#D2F3F1
9#E8F9F8

Tones

Muted variations

1#36ABA3
2#3CA49D
3#439E98
4#499792
5#50918C
6#568A87
7#5D8481
8#637D7B
9#6A7776

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F6
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1EF
Secondary backgroundsInput backgroundsDividers
300
A2E6
#A2E6E2
BordersInactive statesPlaceholder text
400
72DA
#72DAD3
Disabled statesSecondary iconsMuted text
500
4ACF
#4ACFC6
Primary brand colorCTAsActive elementsLinks
600
2FB1
#2FB1A9
Hover statesFocus ringsPrimary buttons hover
700
258D
#258D86
Active/pressed statesDark mode accentsSecondary text
800
1B65
#1B6560
Text on light backgroundsHeadingsStrong borders
900
1140
#11403D
Primary textHigh emphasis contentDark headings
950
0B28
#0B2826
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F8F6;
  --steel-blue-200: #CBF1EF;
  --steel-blue-300: #A2E6E2;
  --steel-blue-400: #72DAD3;
  --steel-blue-500: #4ACFC6;
  --steel-blue-600: #2FB1A9;
  --steel-blue-700: #258D86;
  --steel-blue-800: #1B6560;
  --steel-blue-900: #11403D;
  --steel-blue-950: #0B2826;
}
Generate More ShadesCreate PaletteConvert Color