Sky Blue
#44D5CD
CyanColor Codes
All color formats for development
HEX
#44D5CDRGB
rgb(68, 213, 205)HSL
hsl(177, 63%, 55%)OKLCH
oklch(0.796 0.121 189.6)CMYK
cmyk(68%, 0%, 4%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEC6
2#2AB7B0
3#24A09A
4#1F8984
5#1A726E
6#155B58
7#104542
8#0A2E2C
9#051716
Tints
Lighter variations
1#57D9D2
2#69DDD7
3#7CE1DC
4#8FE6E1
5#A1EAE6
6#B4EEEB
7#C7F2F0
8#DAF7F5
9#ECFBFA
Tones
Muted variations
1#4BCDC7
2#52C6C0
3#5ABFBA
4#61B8B3
5#68B0AD
6#6FA9A6
7#77A2A0
8#7E9B99
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #C9F3F1;
--sky-blue-300: #9FE9E6;
--sky-blue-400: #6EDED8;
--sky-blue-500: #44D5CD;
--sky-blue-600: #2AB7B0;
--sky-blue-700: #21918C;
--sky-blue-800: #186864;
--sky-blue-900: #0F4340;
--sky-blue-950: #092A28;
}