Sky Blue
#55F6CE
CyanColor Codes
All color formats for development
HEX
#55F6CERGB
rgb(85, 246, 206)HSL
hsl(165, 90%, 65%)OKLCH
oklch(0.879 0.145 172.9)CMYK
cmyk(65%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4C5
2#16F3BC
3#0CDCA8
4#0ABD90
5#089D78
6#077E60
7#055E48
8#033F30
9#021F18
Tints
Lighter variations
1#66F7D3
2#77F8D8
3#88F9DD
4#99FAE2
5#AAFBE6
6#BBFBEB
7#CCFCF0
8#DDFDF5
9#EEFEFA
Tones
Muted variations
1#5DEECA
2#65E6C6
3#6EDEC2
4#76D6BE
5#7ECEBA
6#86C6B6
7#8EBEB2
8#96B6AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C0FCED;
--sky-blue-300: #90F9DF;
--sky-blue-400: #55F6CE;
--sky-blue-500: #25F4C0;
--sky-blue-600: #0BD5A3;
--sky-blue-700: #09AA81;
--sky-blue-800: #06795C;
--sky-blue-900: #044E3B;
--sky-blue-950: #033025;
}