Sky Blue
#73D5D9
CyanColor Codes
All color formats for development
HEX
#73D5D9RGB
rgb(115, 213, 217)HSL
hsl(182, 57%, 65%)OKLCH
oklch(0.815 0.093 199)CMYK
cmyk(47%, 2%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59CDD1
2#3FC6CA
3#32B2B6
4#2B989C
5#247F82
6#1D6668
7#154C4E
8#0E3334
9#07191A
Tints
Lighter variations
1#81D9DC
2#8FDEE0
3#9DE2E4
4#ABE6E8
5#B9EAEC
6#C7EEF0
7#D5F2F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#78D0D4
2#7DCCCE
3#82C7C9
4#87C2C4
5#8CBDBF
6#91B9BA
7#96B4B5
8#9CAFB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBEFF1;
--sky-blue-300: #A3E4E6;
--sky-blue-400: #73D5D9;
--sky-blue-500: #4BC9CE;
--sky-blue-600: #30ACB0;
--sky-blue-700: #26898C;
--sky-blue-800: #1B6264;
--sky-blue-900: #123F40;
--sky-blue-950: #0B2728;
}