Sky Blue
#55F6F6
CyanColor Codes
All color formats for development
HEX
#55F6F6RGB
rgb(85, 246, 246)HSL
hsl(180, 90%, 65%)OKLCH
oklch(0.891 0.131 195.1)CMYK
cmyk(65%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4F4
2#16F3F3
3#0CDCDC
4#0ABDBD
5#089D9D
6#077E7E
7#055E5E
8#033F3F
9#021F1F
Tints
Lighter variations
1#66F7F7
2#77F8F8
3#88F9F9
4#99FAFA
5#AAFBFB
6#BBFBFB
7#CCFCFC
8#DDFDFD
9#EEFEFE
Tones
Muted variations
1#5DEEEE
2#65E6E6
3#6EDEDE
4#76D6D6
5#7ECECE
6#86C6C6
7#8EBEBE
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 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | 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: #90F9F9;
--sky-blue-400: #55F6F6;
--sky-blue-500: #25F4F4;
--sky-blue-600: #0BD5D5;
--sky-blue-700: #09AAAA;
--sky-blue-800: #067979;
--sky-blue-900: #044E4E;
--sky-blue-950: #033030;
}