Sky Blue
#55F7DC
CyanColor Codes
All color formats for development
HEX
#55F7DCRGB
rgb(85, 247, 220)HSL
hsl(170, 91%, 65%)OKLCH
oklch(0.885 0.139 179.6)CMYK
cmyk(66%, 0%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5D5
2#15F4CF
3#0ADEBA
4#09BEA0
5#079E85
6#067F6B
7#045F50
8#033F35
9#01201B
Tints
Lighter variations
1#66F8DF
2#77F9E3
3#88F9E6
4#99FAEA
5#AAFBED
6#BBFCF1
7#CCFDF4
8#DDFDF8
9#EEFEFB
Tones
Muted variations
1#5DEFD6
2#65E7D1
3#6DDFCC
4#75D6C6
5#7DCEC1
6#85C6BB
7#8DBEB6
8#96B6B1
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | 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: #8FFAE8;
--sky-blue-400: #55F7DC;
--sky-blue-500: #24F5D2;
--sky-blue-600: #0AD6B4;
--sky-blue-700: #08AA8F;
--sky-blue-800: #067A66;
--sky-blue-900: #044E42;
--sky-blue-950: #023129;
}