Sky Blue
#54F8C1
GreenColor Codes
All color formats for development
HEX
#54F8C1RGB
rgb(84, 248, 193)HSL
hsl(160, 92%, 65%)OKLCH
oklch(0.88 0.157 166.6)CMYK
cmyk(66%, 0%, 22%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7B6
2#14F5AA
3#09DF98
4#08BF82
5#079F6C
6#057F57
7#045F41
8#03402B
9#012016
Tints
Lighter variations
1#65F9C7
2#76F9CD
3#87FAD4
4#98FBDA
5#A9FBE0
6#BAFCE6
7#CCFDEC
8#DDFEF3
9#EEFEF9
Tones
Muted variations
1#5CF0BE
2#64E7BC
3#6CDFB9
4#74D7B6
5#7DCFB3
6#85C7B1
7#8DBEAE
8#95B6AB
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFEF3;
--sky-blue-200: #BFFCE8;
--sky-blue-300: #8EFAD6;
--sky-blue-400: #54F8C1;
--sky-blue-500: #23F6AF;
--sky-blue-600: #09D793;
--sky-blue-700: #07AB75;
--sky-blue-800: #057A53;
--sky-blue-900: #034E35;
--sky-blue-950: #023121;
}