Sky Blue
#54F8E2
CyanColor Codes
All color formats for development
HEX
#54F8E2RGB
rgb(84, 248, 226)HSL
hsl(172, 92%, 65%)OKLCH
oklch(0.889 0.138 182.4)CMYK
cmyk(66%, 0%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7DD
2#14F5D7
3#09DFC2
4#08BFA7
5#079F8B
6#057F6F
7#045F53
8#034038
9#01201C
Tints
Lighter variations
1#65F9E5
2#76F9E8
3#87FAEB
4#98FBEE
5#A9FBF0
6#BAFCF3
7#CCFDF6
8#DDFEF9
9#EEFEFC
Tones
Muted variations
1#5CF0DC
2#64E7D6
3#6CDFD0
4#74D7CA
5#7DCFC4
6#85C7BE
7#8DBEB8
8#95B6B2
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEF9;
--sky-blue-200: #BFFCF4;
--sky-blue-300: #8EFAEC;
--sky-blue-400: #54F8E2;
--sky-blue-500: #23F6DA;
--sky-blue-600: #09D7BC;
--sky-blue-700: #07AB95;
--sky-blue-800: #057A6B;
--sky-blue-900: #034E44;
--sky-blue-950: #02312B;
}