Sky Blue
#73D9D5
CyanColor Codes
All color formats for development
HEX
#73D9D5RGB
rgb(115, 217, 213)HSL
hsl(178, 57%, 65%)OKLCH
oklch(0.823 0.096 192.1)CMYK
cmyk(47%, 0%, 2%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1CD
2#3FCAC6
3#32B6B2
4#2B9C98
5#24827F
6#1D6866
7#154E4C
8#0E3433
9#071A19
Tints
Lighter variations
1#81DCD9
2#8FE0DE
3#9DE4E2
4#ABE8E6
5#B9ECEA
6#C7F0EE
7#D5F3F2
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#78D4D0
2#7DCECC
3#82C9C7
4#87C4C2
5#8CBFBD
6#91BAB9
7#96B5B4
8#9CB0AF
9#A1ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF1EF;
--sky-blue-300: #A3E6E4;
--sky-blue-400: #73D9D5;
--sky-blue-500: #4BCEC9;
--sky-blue-600: #30B0AC;
--sky-blue-700: #268C89;
--sky-blue-800: #1B6462;
--sky-blue-900: #12403F;
--sky-blue-950: #0B2827;
}