Sky Blue
#54F8CF
CyanColor Codes
All color formats for development
HEX
#54F8CFRGB
rgb(84, 248, 207)HSL
hsl(165, 92%, 65%)OKLCH
oklch(0.884 0.147 172.7)CMYK
cmyk(66%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7C6
2#14F5BD
3#09DFA9
4#08BF91
5#079F79
6#057F61
7#045F49
8#034030
9#012018
Tints
Lighter variations
1#65F9D4
2#76F9D8
3#87FADD
4#98FBE2
5#A9FBE7
6#BAFCEC
7#CCFDF1
8#DDFEF5
9#EEFEFA
Tones
Muted variations
1#5CF0CB
2#64E7C7
3#6CDFC2
4#74D7BE
5#7DCFBA
6#85C7B6
7#8DBEB2
8#95B6AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8CF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF5;
--sky-blue-200: #BFFCED;
--sky-blue-300: #8EFADF;
--sky-blue-400: #54F8CF;
--sky-blue-500: #23F6C1;
--sky-blue-600: #09D7A4;
--sky-blue-700: #07AB82;
--sky-blue-800: #057A5D;
--sky-blue-900: #034E3C;
--sky-blue-950: #023125;
}