Sky Blue
#73D9C8
CyanColor Codes
All color formats for development
HEX
#73D9C8RGB
rgb(115, 217, 200)HSL
hsl(170, 57%, 65%)OKLCH
oklch(0.819 0.099 181.6)CMYK
cmyk(47%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1BD
2#3FCAB3
3#32B6A0
4#2B9C89
5#248272
6#1D685B
7#154E45
8#0E342E
9#071A17
Tints
Lighter variations
1#81DCCD
2#8FE0D3
3#9DE4D8
4#ABE8DE
5#B9ECE3
6#C7F0E9
7#D5F3EE
8#E3F7F4
9#F1FBF9
Tones
Muted variations
1#78D4C4
2#7DCEC1
3#82C9BD
4#87C4BA
5#8CBFB7
6#91BAB3
7#96B5B0
8#9CB0AD
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DB | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F4;
--sky-blue-200: #CBF1EA;
--sky-blue-300: #A3E6DB;
--sky-blue-400: #73D9C8;
--sky-blue-500: #4BCEB8;
--sky-blue-600: #30B09B;
--sky-blue-700: #268C7B;
--sky-blue-800: #1B6458;
--sky-blue-900: #124038;
--sky-blue-950: #0B2823;
}