Sky Blue
#73D9D9
CyanColor Codes
All color formats for development
HEX
#73D9D9RGB
rgb(115, 217, 217)HSL
hsl(180, 57%, 65%)OKLCH
oklch(0.824 0.095 195.5)CMYK
cmyk(47%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1D1
2#3FCACA
3#32B6B6
4#2B9C9C
5#248282
6#1D6868
7#154E4E
8#0E3434
9#071A1A
Tints
Lighter variations
1#81DCDC
2#8FE0E0
3#9DE4E4
4#ABE8E8
5#B9ECEC
6#C7F0F0
7#D5F3F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#78D4D4
2#7DCECE
3#82C9C9
4#87C4C4
5#8CBFBF
6#91BABA
7#96B5B5
8#9CB0B0
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCECE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF1F1;
--sky-blue-300: #A3E6E6;
--sky-blue-400: #73D9D9;
--sky-blue-500: #4BCECE;
--sky-blue-600: #30B0B0;
--sky-blue-700: #268C8C;
--sky-blue-800: #1B6464;
--sky-blue-900: #124040;
--sky-blue-950: #0B2828;
}