Sky Blue
#54F8C7
GreenColor Codes
All color formats for development
HEX
#54F8C7RGB
rgb(84, 248, 199)HSL
hsl(162, 92%, 65%)OKLCH
oklch(0.882 0.152 169.1)CMYK
cmyk(66%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7BC
2#14F5B2
3#09DF9F
4#08BF88
5#079F71
6#057F5B
7#045F44
8#03402D
9#012017
Tints
Lighter variations
1#65F9CC
2#76F9D2
3#87FAD8
4#98FBDD
5#A9FBE3
6#BAFCE8
7#CCFDEE
8#DDFEF4
9#EEFEF9
Tones
Muted variations
1#5CF0C3
2#64E7C0
3#6CDFBD
4#74D7B9
5#7DCFB6
6#85C7B3
7#8DBEB0
8#95B6AC
9#9EAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFEF4;
--sky-blue-200: #BFFCEA;
--sky-blue-300: #8EFADA;
--sky-blue-400: #54F8C7;
--sky-blue-500: #23F6B6;
--sky-blue-600: #09D799;
--sky-blue-700: #07AB7A;
--sky-blue-800: #057A57;
--sky-blue-900: #034E38;
--sky-blue-950: #023123;
}