Sky Blue
#54F8E7
CyanColor Codes
All color formats for development
HEX
#54F8E7RGB
rgb(84, 248, 231)HSL
hsl(174, 92%, 65%)OKLCH
oklch(0.891 0.136 185.2)CMYK
cmyk(66%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7E3
2#14F5DF
3#09DFC9
4#08BFAD
5#079F90
6#057F73
7#045F56
8#03403A
9#01201D
Tints
Lighter variations
1#65F9EA
2#76F9EC
3#87FAEF
4#98FBF1
5#A9FBF3
6#BAFCF6
7#CCFDF8
8#DDFEFA
9#EEFEFD
Tones
Muted variations
1#5CF0E1
2#64E7DA
3#6CDFD4
4#74D7CD
5#7DCFC7
6#85C7C0
7#8DBEB9
8#95B6B3
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFA;
--sky-blue-200: #BFFCF6;
--sky-blue-300: #8EFAF0;
--sky-blue-400: #54F8E7;
--sky-blue-500: #23F6E1;
--sky-blue-600: #09D7C3;
--sky-blue-700: #07AB9B;
--sky-blue-800: #057A6F;
--sky-blue-900: #034E47;
--sky-blue-950: #02312C;
}