Sky Blue
#44D5D2
CyanColor Codes
All color formats for development
HEX
#44D5D2RGB
rgb(68, 213, 210)HSL
hsl(179, 63%, 55%)OKLCH
oklch(0.797 0.12 193)CMYK
cmyk(68%, 0%, 1%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCECB
2#2AB7B5
3#24A09E
4#1F8987
5#1A7271
6#155B5A
7#104544
8#0A2E2D
9#051717
Tints
Lighter variations
1#57D9D7
2#69DDDB
3#7CE1E0
4#8FE6E4
5#A1EAE9
6#B4EEED
7#C7F2F2
8#DAF7F6
9#ECFBFB
Tones
Muted variations
1#4BCDCB
2#52C6C4
3#5ABFBD
4#61B8B6
5#68B0AF
6#6FA9A8
7#77A2A1
8#7E9B9A
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F3F2;
--sky-blue-300: #9FE9E8;
--sky-blue-400: #6EDEDC;
--sky-blue-500: #44D5D2;
--sky-blue-600: #2AB7B5;
--sky-blue-700: #219190;
--sky-blue-800: #186867;
--sky-blue-900: #0F4342;
--sky-blue-950: #092A29;
}