Sky Blue
#55F7DF
CyanColor Codes
All color formats for development
HEX
#55F7DFRGB
rgb(85, 247, 223)HSL
hsl(171, 91%, 65%)OKLCH
oklch(0.886 0.138 181.2)CMYK
cmyk(66%, 0%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5D9
2#15F4D3
3#0ADEBE
4#09BEA3
5#079E88
6#067F6D
7#045F51
8#033F36
9#01201B
Tints
Lighter variations
1#66F8E2
2#77F9E5
3#88F9E8
4#99FAEC
5#AAFBEF
6#BBFCF2
7#CCFDF5
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5DEFD9
2#65E7D3
3#6DDFCE
4#75D6C8
5#7DCEC2
6#85C6BC
7#8DBEB7
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 #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DF | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C0FCF3;
--sky-blue-300: #8FFAEA;
--sky-blue-400: #55F7DF;
--sky-blue-500: #24F5D5;
--sky-blue-600: #0AD6B8;
--sky-blue-700: #08AA92;
--sky-blue-800: #067A68;
--sky-blue-900: #044E43;
--sky-blue-950: #02312A;
}