Sky Blue

#97F2DB

Cyan

Color Codes

All color formats for development

HEX
#97F2DB
RGB
rgb(151, 242, 219)
HSL
hsl(165, 78%, 77%)
OKLCH
oklch(0.898 0.094 176.2)
CMYK
cmyk(38%, 0%, 10%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#74EECF
2#51E9C3
3#2EE5B7
4#1AD2A4
5#16AF88
6#118C6D
7#0D6952
8#094637
9#04231B

Tints

Lighter variations

1#A1F3DF
2#ABF5E2
3#B6F6E6
4#C0F7EA
5#CBF9ED
6#D5FAF1
7#E0FBF4
8#EAFCF8
9#F5FEFB

Tones

Muted variations

1#9BEED9
2#A0E9D7
3#A4E4D4
4#A9E0D2
5#ADDBD0
6#B2D7CD
7#B7D2CB
8#BBCDC9
9#C0C9C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EB
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2DB
BordersInactive statesPlaceholder text
400
60EB
#60EBC9
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B9
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C89C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F7C
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7159
Text on light backgroundsHeadingsStrong borders
900
0949
#094939
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFA;
  --sky-blue-100: #DFFBF4;
  --sky-blue-200: #C4F8EB;
  --sky-blue-300: #97F2DB;
  --sky-blue-400: #60EBC9;
  --sky-blue-500: #33E6B9;
  --sky-blue-600: #19C89C;
  --sky-blue-700: #149F7C;
  --sky-blue-800: #0E7159;
  --sky-blue-900: #094939;
  --sky-blue-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color