Sky Blue

#55F6DB

Cyan

Color Codes

All color formats for development

HEX
#55F6DB
RGB
rgb(85, 246, 219)
HSL
hsl(170, 90%, 65%)
OKLCH
oklch(0.883 0.138 179.5)
CMYK
cmyk(65%, 0%, 11%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#36F4D5
2#16F3CE
3#0CDCBA
4#0ABD9F
5#089D85
6#077E6A
7#055E50
8#033F35
9#021F1B

Tints

Lighter variations

1#66F7DF
2#77F8E2
3#88F9E6
4#99FAEA
5#AAFBED
6#BBFBF1
7#CCFCF4
8#DDFDF8
9#EEFEFB

Tones

Muted variations

1#5DEED6
2#65E6D1
3#6EDECB
4#76D6C6
5#7ECEC1
6#86C6BB
7#8EBEB6
8#96B6B0
9#9EAEAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E8
BordersInactive statesPlaceholder text
400
55F6
#55F6DB
Disabled statesSecondary iconsMuted text
500
25F4
#25F4D1
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5B4
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA8F
Active/pressed statesDark mode accentsSecondary text
800
0679
#067966
Text on light backgroundsHeadingsStrong borders
900
044E
#044E41
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFC;
  --sky-blue-100: #DDFDF8;
  --sky-blue-200: #C0FCF2;
  --sky-blue-300: #90F9E8;
  --sky-blue-400: #55F6DB;
  --sky-blue-500: #25F4D1;
  --sky-blue-600: #0BD5B4;
  --sky-blue-700: #09AA8F;
  --sky-blue-800: #067966;
  --sky-blue-900: #044E41;
  --sky-blue-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color