Sky Blue
#44D2D5
CyanColor Codes
All color formats for development
HEX
#44D2D5RGB
rgb(68, 210, 213)HSL
hsl(181, 63%, 55%)OKLCH
oklch(0.791 0.118 197.1)CMYK
cmyk(68%, 1%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCBCE
2#2AB5B7
3#249EA0
4#1F8789
5#1A7172
6#155A5B
7#104445
8#0A2D2E
9#051717
Tints
Lighter variations
1#57D7D9
2#69DBDD
3#7CE0E1
4#8FE4E6
5#A1E9EA
6#B4EDEE
7#C7F2F2
8#DAF6F7
9#ECFBFB
Tones
Muted variations
1#4BCBCD
2#52C4C6
3#5ABDBF
4#61B6B8
5#68AFB0
6#6FA8A9
7#77A1A2
8#7E9A9B
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 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | 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: #C9F2F3;
--sky-blue-300: #9FE8E9;
--sky-blue-400: #6EDCDE;
--sky-blue-500: #44D2D5;
--sky-blue-600: #2AB5B7;
--sky-blue-700: #219091;
--sky-blue-800: #186768;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}