Sky Blue
#44D5D0
CyanColor Codes
All color formats for development
HEX
#44D5D0RGB
rgb(68, 213, 208)HSL
hsl(178, 63%, 55%)OKLCH
oklch(0.797 0.12 191.6)CMYK
cmyk(68%, 0%, 2%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEC8
2#2AB7B2
3#24A09C
4#1F8986
5#1A726F
6#155B59
7#104543
8#0A2E2D
9#051716
Tints
Lighter variations
1#57D9D4
2#69DDD9
3#7CE1DE
4#8FE6E3
5#A1EAE7
6#B4EEEC
7#C7F2F1
8#DAF7F6
9#ECFBFA
Tones
Muted variations
1#4BCDC9
2#52C6C2
3#5ABFBB
4#61B8B5
5#68B0AE
6#6FA9A7
7#77A2A0
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 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | 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: #E2F8F8;
--sky-blue-200: #C9F3F1;
--sky-blue-300: #9FE9E7;
--sky-blue-400: #6EDEDA;
--sky-blue-500: #44D5D0;
--sky-blue-600: #2AB7B2;
--sky-blue-700: #21918E;
--sky-blue-800: #186865;
--sky-blue-900: #0F4341;
--sky-blue-950: #092A28;
}