Sky Blue
#55F7E1
CyanColor Codes
All color formats for development
HEX
#55F7E1RGB
rgb(85, 247, 225)HSL
hsl(172, 91%, 65%)OKLCH
oklch(0.887 0.137 182.3)CMYK
cmyk(66%, 0%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5DC
2#15F4D6
3#0ADEC1
4#09BEA6
5#079E8A
6#067F6F
7#045F53
8#033F37
9#01201C
Tints
Lighter variations
1#66F8E4
2#77F9E7
3#88F9EA
4#99FAED
5#AAFBF0
6#BBFCF3
7#CCFDF6
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5DEFDB
2#65E7D5
3#6DDFCF
4#75D6C9
5#7DCEC4
6#85C6BE
7#8DBEB8
8#96B6B2
9#9EAEAC
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 #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | 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: #C0FCF4;
--sky-blue-300: #8FFAEB;
--sky-blue-400: #55F7E1;
--sky-blue-500: #24F5D9;
--sky-blue-600: #0AD6BB;
--sky-blue-700: #08AA95;
--sky-blue-800: #067A6A;
--sky-blue-900: #044E44;
--sky-blue-950: #02312B;
}