Sky Blue
#55F7F7
CyanColor Codes
All color formats for development
HEX
#55F7F7RGB
rgb(85, 247, 247)HSL
hsl(180, 91%, 65%)OKLCH
oklch(0.894 0.132 195.1)CMYK
cmyk(66%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F5F5
2#15F4F4
3#0ADEDE
4#09BEBE
5#079E9E
6#067F7F
7#045F5F
8#033F3F
9#012020
Tints
Lighter variations
1#66F8F8
2#77F9F9
3#88F9F9
4#99FAFA
5#AAFBFB
6#BBFCFC
7#CCFDFD
8#DDFDFD
9#EEFEFE
Tones
Muted variations
1#5DEFEF
2#65E7E7
3#6DDFDF
4#75D6D6
5#7DCECE
6#85C6C6
7#8DBEBE
8#96B6B6
9#9EAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C0FCFC;
--sky-blue-300: #8FFAFA;
--sky-blue-400: #55F7F7;
--sky-blue-500: #24F5F5;
--sky-blue-600: #0AD6D6;
--sky-blue-700: #08AAAA;
--sky-blue-800: #067A7A;
--sky-blue-900: #044E4E;
--sky-blue-950: #023131;
}