Sky Blue
#73CBD9
CyanColor Codes
All color formats for development
HEX
#73CBD9RGB
rgb(115, 203, 217)HSL
hsl(188, 57%, 65%)OKLCH
oklch(0.792 0.087 208.8)CMYK
cmyk(47%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59C1D1
2#3FB8CA
3#32A5B6
4#2B8D9C
5#247682
6#1D5E68
7#15474E
8#0E2F34
9#07181A
Tints
Lighter variations
1#81D0DC
2#8FD5E0
3#9DDBE4
4#ABE0E8
5#B9E5EC
6#C7EAF0
7#D5EFF3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#78C7D4
2#7DC4CE
3#82C0C9
4#87BCC4
5#8CB8BF
6#91B5BA
7#96B1B5
8#9CADB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DD #A3DDE6 | BordersInactive statesPlaceholder text |
| 400 | 73CB #73CBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BBC #4BBCCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309F #309FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267F #267F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F7;
--sky-blue-200: #CBECF1;
--sky-blue-300: #A3DDE6;
--sky-blue-400: #73CBD9;
--sky-blue-500: #4BBCCE;
--sky-blue-600: #309FB0;
--sky-blue-700: #267F8C;
--sky-blue-800: #1B5A64;
--sky-blue-900: #123A40;
--sky-blue-950: #0B2428;
}