Sky Blue
#44D0D5
CyanColor Codes
All color formats for development
HEX
#44D0D5RGB
rgb(68, 208, 213)HSL
hsl(182, 63%, 55%)OKLCH
oklch(0.786 0.117 198.5)CMYK
cmyk(68%, 2%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FC8CE
2#2AB2B7
3#249CA0
4#1F8689
5#1A6F72
6#15595B
7#104345
8#0A2D2E
9#051617
Tints
Lighter variations
1#57D4D9
2#69D9DD
3#7CDEE1
4#8FE3E6
5#A1E7EA
6#B4ECEE
7#C7F1F2
8#DAF6F7
9#ECFAFB
Tones
Muted variations
1#4BC9CD
2#52C2C6
3#5ABBBF
4#61B5B8
5#68AEB0
6#6FA7A9
7#77A0A2
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 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | 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: #C9F1F3;
--sky-blue-300: #9FE7E9;
--sky-blue-400: #6EDADE;
--sky-blue-500: #44D0D5;
--sky-blue-600: #2AB2B7;
--sky-blue-700: #218E91;
--sky-blue-800: #186568;
--sky-blue-900: #0F4143;
--sky-blue-950: #09282A;
}