Sky Blue
#44C8D5
CyanColor Codes
All color formats for development
HEX
#44C8D5RGB
rgb(68, 200, 213)HSL
hsl(185, 63%, 55%)OKLCH
oklch(0.767 0.113 204.6)CMYK
cmyk(68%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FC0CE
2#2AABB7
3#2496A0
4#1F8089
5#1A6B72
6#15565B
7#104045
8#0A2B2E
9#051517
Tints
Lighter variations
1#57CED9
2#69D3DD
3#7CD9E1
4#8FDEE6
5#A1E4EA
6#B4E9EE
7#C7EFF2
8#DAF4F7
9#ECFAFB
Tones
Muted variations
1#4BC2CD
2#52BCC6
3#5AB6BF
4#61B0B8
5#68AAB0
6#6FA4A9
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 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE3 #9FE3E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED5 #6ED5DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C8 #44C8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AAB #2AABB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2188 #218891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1861 #186168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #C9EFF3;
--sky-blue-300: #9FE3E9;
--sky-blue-400: #6ED5DE;
--sky-blue-500: #44C8D5;
--sky-blue-600: #2AABB7;
--sky-blue-700: #218891;
--sky-blue-800: #186168;
--sky-blue-900: #0F3E43;
--sky-blue-950: #09272A;
}