Sky Blue
#54C4C4
CyanColor Codes
All color formats for development
HEX
#54C4C4RGB
rgb(84, 196, 196)HSL
hsl(180, 49%, 55%)OKLCH
oklch(0.756 0.101 195.2)CMYK
cmyk(57%, 0%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40BCBC
2#39A7A7
3#329292
4#2B7D7D
5#246868
6#1D5454
7#153F3F
8#0E2A2A
9#071515
Tints
Lighter variations
1#65CACA
2#76D0D0
3#87D6D6
4#98DCDC
5#AAE2E2
6#BBE8E8
7#CCEDED
8#DDF3F3
9#EEF9F9
Tones
Muted variations
1#5ABFBF
2#5FB9B9
3#65B4B4
4#6BAEAE
5#70A8A8
6#76A3A3
7#7B9D9D
8#819797
9#879292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AD1 #7AD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54C4 #54C4C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 39A7 #39A7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E85 #2E8585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215F #215F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 153D #153D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CEEEEE;
--sky-blue-300: #A8E1E1;
--sky-blue-400: #7AD1D1;
--sky-blue-500: #54C4C4;
--sky-blue-600: #39A7A7;
--sky-blue-700: #2E8585;
--sky-blue-800: #215F5F;
--sky-blue-900: #153D3D;
--sky-blue-950: #0D2626;
}