Sky Blue
#55F6DE
CyanColor Codes
All color formats for development
HEX
#55F6DERGB
rgb(85, 246, 222)HSL
hsl(171, 90%, 65%)OKLCH
oklch(0.884 0.137 181.1)CMYK
cmyk(65%, 0%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4D8
2#16F3D2
3#0CDCBD
4#0ABDA2
5#089D87
6#077E6C
7#055E51
8#033F36
9#021F1B
Tints
Lighter variations
1#66F7E1
2#77F8E5
3#88F9E8
4#99FAEB
5#AAFBEE
6#BBFBF2
7#CCFCF5
8#DDFDF8
9#EEFEFC
Tones
Muted variations
1#5DEED8
2#65E6D3
3#6EDECD
4#76D6C7
5#7ECEC2
6#86C6BC
7#8EBEB7
8#96B6B1
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C0FCF3;
--sky-blue-300: #90F9E9;
--sky-blue-400: #55F6DE;
--sky-blue-500: #25F4D5;
--sky-blue-600: #0BD5B7;
--sky-blue-700: #09AA91;
--sky-blue-800: #067968;
--sky-blue-900: #044E43;
--sky-blue-950: #03302A;
}