Sky Blue
#55F6E6
CyanColor Codes
All color formats for development
HEX
#55F6E6RGB
rgb(85, 246, 230)HSL
hsl(174, 90%, 65%)OKLCH
oklch(0.886 0.134 185.6)CMYK
cmyk(65%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4E1
2#16F3DD
3#0CDCC8
4#0ABDAB
5#089D8F
6#077E72
7#055E56
8#033F39
9#021F1D
Tints
Lighter variations
1#66F7E9
2#77F8EB
3#88F9EE
4#99FAF0
5#AAFBF3
6#BBFBF5
7#CCFCF8
8#DDFDFA
9#EEFEFD
Tones
Muted variations
1#5DEEE0
2#65E6D9
3#6EDED3
4#76D6CC
5#7ECEC6
6#86C6BF
7#8EBEB9
8#96B6B3
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFA;
--sky-blue-200: #C0FCF6;
--sky-blue-300: #90F9EF;
--sky-blue-400: #55F6E6;
--sky-blue-500: #25F4DF;
--sky-blue-600: #0BD5C1;
--sky-blue-700: #09AA9A;
--sky-blue-800: #06796E;
--sky-blue-900: #044E46;
--sky-blue-950: #03302C;
}