Sky Blue
#44C6D5
CyanColor Codes
All color formats for development
HEX
#44C6D5RGB
rgb(68, 198, 213)HSL
hsl(186, 63%, 55%)OKLCH
oklch(0.763 0.112 206.1)CMYK
cmyk(68%, 7%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FBECE
2#2AA9B7
3#2494A0
4#1F7F89
5#1A6972
6#15545B
7#103F45
8#0A2A2E
9#051517
Tints
Lighter variations
1#57CCD9
2#69D1DD
3#7CD7E1
4#8FDDE6
5#A1E3EA
6#B4E8EE
7#C7EEF2
8#DAF4F7
9#ECF9FB
Tones
Muted variations
1#4BC0CD
2#52BBC6
3#5AB5BF
4#61AFB8
5#68A9B0
6#6FA3A9
7#779EA2
8#7E989B
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 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED3 #6ED3DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C6 #44C6D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA9 #2AA9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2186 #218691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1860 #186068 | 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: #C9EFF3;
--sky-blue-300: #9FE2E9;
--sky-blue-400: #6ED3DE;
--sky-blue-500: #44C6D5;
--sky-blue-600: #2AA9B7;
--sky-blue-700: #218691;
--sky-blue-800: #186068;
--sky-blue-900: #0F3D43;
--sky-blue-950: #09262A;
}