Sky Blue
#55F7E9
CyanColor Codes
All color formats for development
HEX
#55F7E9RGB
rgb(85, 247, 233)HSL
hsl(175, 91%, 65%)OKLCH
oklch(0.889 0.134 186.8)CMYK
cmyk(66%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5E5
2#15F4E1
3#0ADECC
4#09BEAF
5#079E92
6#067F75
7#045F57
8#033F3A
9#01201D
Tints
Lighter variations
1#66F8EC
2#77F9EE
3#88F9F0
4#99FAF2
5#AAFBF4
6#BBFCF6
7#CCFDF9
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5DEFE3
2#65E7DC
3#6DDFD5
4#75D6CE
5#7DCEC8
6#85C6C1
7#8DBEBA
8#96B6B3
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 #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | 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: #C0FCF7;
--sky-blue-300: #8FFAF1;
--sky-blue-400: #55F7E9;
--sky-blue-500: #24F5E3;
--sky-blue-600: #0AD6C5;
--sky-blue-700: #08AA9D;
--sky-blue-800: #067A70;
--sky-blue-900: #044E48;
--sky-blue-950: #02312D;
}