Sky Blue
#73D9C4
CyanColor Codes
All color formats for development
HEX
#73D9C4RGB
rgb(115, 217, 196)HSL
hsl(168, 57%, 65%)OKLCH
oklch(0.818 0.101 178.6)CMYK
cmyk(47%, 0%, 10%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1B9
2#3FCAAE
3#32B69C
4#2B9C85
5#24826F
6#1D6859
7#154E43
8#0E342C
9#071A16
Tints
Lighter variations
1#81DCCA
2#8FE0D0
3#9DE4D6
4#ABE8DC
5#B9ECE2
6#C7F0E8
7#D5F3ED
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#78D4C1
2#7DCEBE
3#82C9BB
4#87C4B8
5#8CBFB5
6#91BAB2
7#96B5AF
8#9CB0AC
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B097 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F3;
--sky-blue-200: #CBF1E9;
--sky-blue-300: #A3E6D8;
--sky-blue-400: #73D9C4;
--sky-blue-500: #4BCEB3;
--sky-blue-600: #30B097;
--sky-blue-700: #268C78;
--sky-blue-800: #1B6456;
--sky-blue-900: #124037;
--sky-blue-950: #0B2822;
}