Sky Blue
#44D5C6
CyanColor Codes
All color formats for development
HEX
#44D5C6RGB
rgb(68, 213, 198)HSL
hsl(174, 63%, 55%)OKLCH
oklch(0.794 0.123 185.1)CMYK
cmyk(68%, 0%, 7%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEBE
2#2AB7A9
3#24A094
4#1F897F
5#1A7269
6#155B54
7#10453F
8#0A2E2A
9#051715
Tints
Lighter variations
1#57D9CC
2#69DDD1
3#7CE1D7
4#8FE6DD
5#A1EAE3
6#B4EEE8
7#C7F2EE
8#DAF7F4
9#ECFBF9
Tones
Muted variations
1#4BCDC0
2#52C6BB
3#5ABFB5
4#61B8AF
5#68B0A9
6#6FA9A3
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 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E2;
--sky-blue-400: #6EDED3;
--sky-blue-500: #44D5C6;
--sky-blue-600: #2AB7A9;
--sky-blue-700: #219186;
--sky-blue-800: #186860;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}