Sky Blue
#73C4D9
CyanColor Codes
All color formats for development
HEX
#73C4D9RGB
rgb(115, 196, 217)HSL
hsl(192, 57%, 65%)OKLCH
oklch(0.776 0.085 216.4)CMYK
cmyk(47%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59B9D1
2#3FAECA
3#329CB6
4#2B859C
5#246F82
6#1D5968
7#15434E
8#0E2C34
9#07161A
Tints
Lighter variations
1#81CADC
2#8FD0E0
3#9DD6E4
4#ABDCE8
5#B9E2EC
6#C7E8F0
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#78C1D4
2#7DBECE
3#82BBC9
4#87B8C4
5#8CB5BF
6#91B2BA
7#96AFB5
8#9CACB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D8 #A3D8E6 | BordersInactive statesPlaceholder text |
| 400 | 73C4 #73C4D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB3 #4BB3CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3097 #3097B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2678 #26788C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F7;
--sky-blue-200: #CBE9F1;
--sky-blue-300: #A3D8E6;
--sky-blue-400: #73C4D9;
--sky-blue-500: #4BB3CE;
--sky-blue-600: #3097B0;
--sky-blue-700: #26788C;
--sky-blue-800: #1B5664;
--sky-blue-900: #123740;
--sky-blue-950: #0B2228;
}