Sky Blue
#55F7CE
CyanColor Codes
All color formats for development
HEX
#55F7CERGB
rgb(85, 247, 206)HSL
hsl(165, 91%, 65%)OKLCH
oklch(0.882 0.146 172.6)CMYK
cmyk(66%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5C5
2#15F4BC
3#0ADEA9
4#09BE91
5#079E79
6#067F60
7#045F48
8#033F30
9#012018
Tints
Lighter variations
1#66F8D3
2#77F9D8
3#88F9DD
4#99FAE2
5#AAFBE7
6#BBFCEC
7#CCFDF0
8#DDFDF5
9#EEFEFA
Tones
Muted variations
1#5DEFCA
2#65E7C6
3#6DDFC2
4#75D6BE
5#7DCEBA
6#85C6B6
7#8DBEB2
8#96B6AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C0FCED;
--sky-blue-300: #8FFADF;
--sky-blue-400: #55F7CE;
--sky-blue-500: #24F5C0;
--sky-blue-600: #0AD6A3;
--sky-blue-700: #08AA82;
--sky-blue-800: #067A5D;
--sky-blue-900: #044E3B;
--sky-blue-950: #023125;
}