Sky Blue
#55F6E9
CyanColor Codes
All color formats for development
HEX
#55F6E9RGB
rgb(85, 246, 233)HSL
hsl(175, 90%, 65%)OKLCH
oklch(0.887 0.133 187.3)CMYK
cmyk(65%, 0%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4E5
2#16F3E0
3#0CDCCB
4#0ABDAE
5#089D91
6#077E74
7#055E57
8#033F3A
9#021F1D
Tints
Lighter variations
1#66F7EB
2#77F8ED
3#88F9EF
4#99FAF2
5#AAFBF4
6#BBFBF6
7#CCFCF8
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5DEEE2
2#65E6DB
3#6EDED5
4#76D6CE
5#7ECEC7
6#86C6C1
7#8EBEBA
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 #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F0 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FCF7;
--sky-blue-300: #90F9F0;
--sky-blue-400: #55F6E9;
--sky-blue-500: #25F4E2;
--sky-blue-600: #0BD5C4;
--sky-blue-700: #09AA9C;
--sky-blue-800: #067970;
--sky-blue-900: #044E47;
--sky-blue-950: #03302D;
}