Sky Blue
#55F6E1
CyanColor Codes
All color formats for development
HEX
#55F6E1RGB
rgb(85, 246, 225)HSL
hsl(172, 90%, 65%)OKLCH
oklch(0.885 0.136 182.8)CMYK
cmyk(65%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4DB
2#16F3D5
3#0CDCC1
4#0ABDA5
5#089D8A
6#077E6E
7#055E53
8#033F37
9#021F1C
Tints
Lighter variations
1#66F7E4
2#77F8E7
3#88F9EA
4#99FAED
5#AAFBF0
6#BBFBF3
7#CCFCF6
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5DEEDB
2#65E6D5
3#6EDECF
4#76D6C9
5#7ECEC3
6#86C6BD
7#8EBEB7
8#96B6B2
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | 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: #DDFDF9;
--sky-blue-200: #C0FCF4;
--sky-blue-300: #90F9EB;
--sky-blue-400: #55F6E1;
--sky-blue-500: #25F4D8;
--sky-blue-600: #0BD5BA;
--sky-blue-700: #09AA94;
--sky-blue-800: #06796A;
--sky-blue-900: #044E44;
--sky-blue-950: #03302A;
}