Sky Blue
#55F6EB
CyanColor Codes
All color formats for development
HEX
#55F6EBRGB
rgb(85, 246, 235)HSL
hsl(176, 90%, 65%)OKLCH
oklch(0.888 0.133 188.5)CMYK
cmyk(65%, 0%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4E8
2#16F3E4
3#0CDCCF
4#0ABDB1
5#089D94
6#077E76
7#055E59
8#033F3B
9#021F1E
Tints
Lighter variations
1#66F7ED
2#77F8EF
3#88F9F1
4#99FAF3
5#AAFBF5
6#BBFBF7
7#CCFCF9
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5DEEE4
2#65E6DD
3#6EDED6
4#76D6D0
5#7ECEC9
6#86C6C2
7#8EBEBB
8#96B6B4
9#9EAEAD
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 #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | 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: #C0FCF8;
--sky-blue-300: #90F9F2;
--sky-blue-400: #55F6EB;
--sky-blue-500: #25F4E6;
--sky-blue-600: #0BD5C8;
--sky-blue-700: #09AA9F;
--sky-blue-800: #067971;
--sky-blue-900: #044E49;
--sky-blue-950: #03302D;
}