Sky Blue
#55F7E7
CyanColor Codes
All color formats for development
HEX
#55F7E7RGB
rgb(85, 247, 231)HSL
hsl(174, 91%, 65%)OKLCH
oklch(0.889 0.135 185.7)CMYK
cmyk(66%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5E2
2#15F4DE
3#0ADEC8
4#09BEAC
5#079E8F
6#067F73
7#045F56
8#033F39
9#01201D
Tints
Lighter variations
1#66F8E9
2#77F9EC
3#88F9EE
4#99FAF0
5#AAFBF3
6#BBFCF5
7#CCFDF8
8#DDFDFA
9#EEFEFD
Tones
Muted variations
1#5DEFE0
2#65E7DA
3#6DDFD3
4#75D6CD
5#7DCEC6
6#85C6C0
7#8DBEB9
8#96B6B3
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFA;
--sky-blue-200: #C0FCF6;
--sky-blue-300: #8FFAEF;
--sky-blue-400: #55F7E7;
--sky-blue-500: #24F5E0;
--sky-blue-600: #0AD6C2;
--sky-blue-700: #08AA9A;
--sky-blue-800: #067A6E;
--sky-blue-900: #044E47;
--sky-blue-950: #02312C;
}