Sky Blue
#44D5C8
CyanColor Codes
All color formats for development
HEX
#44D5C8RGB
rgb(68, 213, 200)HSL
hsl(175, 63%, 55%)OKLCH
oklch(0.794 0.122 186.4)CMYK
cmyk(68%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEC0
2#2AB7AB
3#24A096
4#1F8980
5#1A726B
6#155B56
7#104540
8#0A2E2B
9#051715
Tints
Lighter variations
1#57D9CE
2#69DDD3
3#7CE1D9
4#8FE6DE
5#A1EAE4
6#B4EEE9
7#C7F2EF
8#DAF7F4
9#ECFBFA
Tones
Muted variations
1#4BCDC2
2#52C6BC
3#5ABFB6
4#61B8B0
5#68B0AA
6#6FA9A4
7#77A29E
8#7E9B98
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E3;
--sky-blue-400: #6EDED5;
--sky-blue-500: #44D5C8;
--sky-blue-600: #2AB7AB;
--sky-blue-700: #219188;
--sky-blue-800: #186861;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}