Sky Blue
#55F7EC
CyanColor Codes
All color formats for development
HEX
#55F7ECRGB
rgb(85, 247, 236)HSL
hsl(176, 91%, 65%)OKLCH
oklch(0.89 0.134 188.5)CMYK
cmyk(66%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5E9
2#15F4E5
3#0ADED0
4#09BEB2
5#079E94
6#067F77
7#045F59
8#033F3B
9#01201E
Tints
Lighter variations
1#66F8EE
2#77F9F0
3#88F9F2
4#99FAF4
5#AAFBF6
6#BBFCF7
7#CCFDF9
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5DEFE5
2#65E7DE
3#6DDFD7
4#75D6D0
5#7DCEC9
6#85C6C2
7#8DBEBB
8#96B6B4
9#9EAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7EC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FCF8;
--sky-blue-300: #8FFAF3;
--sky-blue-400: #55F7EC;
--sky-blue-500: #24F5E7;
--sky-blue-600: #0AD6C9;
--sky-blue-700: #08AAA0;
--sky-blue-800: #067A72;
--sky-blue-900: #044E49;
--sky-blue-950: #02312E;
}