Sky Blue
#44D5C4
CyanColor Codes
All color formats for development
HEX
#44D5C4RGB
rgb(68, 213, 196)HSL
hsl(173, 63%, 55%)OKLCH
oklch(0.793 0.123 183.8)CMYK
cmyk(68%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEBB
2#2AB7A6
3#24A092
4#1F897D
5#1A7268
6#155B53
7#10453E
8#0A2E2A
9#051715
Tints
Lighter variations
1#57D9CA
2#69DDD0
3#7CE1D5
4#8FE6DB
5#A1EAE1
6#B4EEE7
7#C7F2ED
8#DAF7F3
9#ECFBF9
Tones
Muted variations
1#4BCDBE
2#52C6B9
3#5ABFB3
4#61B8AE
5#68B0A8
6#6FA9A2
7#77A29D
8#7E9B97
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 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685F | 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: #C9F3EE;
--sky-blue-300: #9FE9E1;
--sky-blue-400: #6EDED1;
--sky-blue-500: #44D5C4;
--sky-blue-600: #2AB7A6;
--sky-blue-700: #219184;
--sky-blue-800: #18685F;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}