Sky Blue
#73D9C1
CyanColor Codes
All color formats for development
HEX
#73D9C1RGB
rgb(115, 217, 193)HSL
hsl(166, 57%, 65%)OKLCH
oklch(0.817 0.102 176.4)CMYK
cmyk(47%, 0%, 11%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1B5
2#3FCAAA
3#32B697
4#2B9C82
5#24826C
6#1D6856
7#154E41
8#0E342B
9#071A16
Tints
Lighter variations
1#81DCC7
2#8FE0CD
3#9DE4D4
4#ABE8DA
5#B9ECE0
6#C7F0E6
7#D5F3EC
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#78D4BE
2#7DCEBB
3#82C9B9
4#87C4B6
5#8CBFB3
6#91BAB1
7#96B5AE
8#9CB0AB
9#A1ABA8
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 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6453 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | 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: #CBF1E8;
--sky-blue-300: #A3E6D6;
--sky-blue-400: #73D9C1;
--sky-blue-500: #4BCEAF;
--sky-blue-600: #30B092;
--sky-blue-700: #268C74;
--sky-blue-800: #1B6453;
--sky-blue-900: #124035;
--sky-blue-950: #0B2821;
}