Sky Blue

#55F7D4

Cyan

Color Codes

All color formats for development

HEX
#55F7D4
RGB
rgb(85, 247, 212)
HSL
hsl(167, 91%, 65%)
OKLCH
oklch(0.883 0.143 175.5)
CMYK
cmyk(66%, 0%, 14%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#35F5CC
2#15F4C4
3#0ADEB0
4#09BE97
5#079E7E
6#067F64
7#045F4B
8#033F32
9#012019

Tints

Lighter variations

1#66F8D8
2#77F9DC
3#88F9E1
4#99FAE5
5#AAFBE9
6#BBFCEE
7#CCFDF2
8#DDFDF6
9#EEFEFB

Tones

Muted variations

1#5DEFCF
2#65E7CB
3#6DDFC6
4#75D6C1
5#7DCEBD
6#85C6B8
7#8DBEB4
8#96B6AF
9#9EAEAA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF6
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCEF
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAE3
BordersInactive statesPlaceholder text
400
55F7
#55F7D4
Disabled statesSecondary iconsMuted text
500
24F5
#24F5C7
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6AA
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA87
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A61
Text on light backgroundsHeadingsStrong borders
900
044E
#044E3E
Primary textHigh emphasis contentDark headings
950
0231
#023127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFB;
  --sky-blue-100: #DDFDF6;
  --sky-blue-200: #C0FCEF;
  --sky-blue-300: #8FFAE3;
  --sky-blue-400: #55F7D4;
  --sky-blue-500: #24F5C7;
  --sky-blue-600: #0AD6AA;
  --sky-blue-700: #08AA87;
  --sky-blue-800: #067A61;
  --sky-blue-900: #044E3E;
  --sky-blue-950: #023127;
}
Generate More ShadesCreate PaletteConvert Color