Sky Blue
#44C4D5
CyanColor Codes
All color formats for development
HEX
#44C4D5RGB
rgb(68, 196, 213)HSL
hsl(187, 63%, 55%)OKLCH
oklch(0.758 0.112 207.7)CMYK
cmyk(68%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FBBCE
2#2AA6B7
3#2492A0
4#1F7D89
5#1A6872
6#15535B
7#103E45
8#0A2A2E
9#051517
Tints
Lighter variations
1#57CAD9
2#69D0DD
3#7CD5E1
4#8FDBE6
5#A1E1EA
6#B4E7EE
7#C7EDF2
8#DAF3F7
9#ECF9FB
Tones
Muted variations
1#4BBECD
2#52B9C6
3#5AB3BF
4#61AEB8
5#68A8B0
6#6FA2A9
7#779DA2
8#7E979B
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED1 #6ED1DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C4 #44C4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA6 #2AA6B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2184 #218491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185F #185F68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F6F8;
--sky-blue-200: #C9EEF3;
--sky-blue-300: #9FE1E9;
--sky-blue-400: #6ED1DE;
--sky-blue-500: #44C4D5;
--sky-blue-600: #2AA6B7;
--sky-blue-700: #218491;
--sky-blue-800: #185F68;
--sky-blue-900: #0F3D43;
--sky-blue-950: #09262A;
}