Sky Blue
#73D9C3
CyanColor Codes
All color formats for development
HEX
#73D9C3RGB
rgb(115, 217, 195)HSL
hsl(167, 57%, 65%)OKLCH
oklch(0.817 0.101 177.9)CMYK
cmyk(47%, 0%, 10%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1B7
2#3FCAAC
3#32B69A
4#2B9C84
5#24826E
6#1D6858
7#154E42
8#0E342C
9#071A16
Tints
Lighter variations
1#81DCC9
2#8FE0CF
3#9DE4D5
4#ABE8DB
5#B9ECE1
6#C7F0E7
7#D5F3ED
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#78D4C0
2#7DCEBD
3#82C9BA
4#87C4B7
5#8CBFB4
6#91BAB1
7#96B5AE
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 #A3E6D7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B094 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124036 | 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: #A3E6D7;
--sky-blue-400: #73D9C3;
--sky-blue-500: #4BCEB1;
--sky-blue-600: #30B094;
--sky-blue-700: #268C76;
--sky-blue-800: #1B6454;
--sky-blue-900: #124036;
--sky-blue-950: #0B2822;
}