Sky Blue
#73C3D9
CyanColor Codes
All color formats for development
HEX
#73C3D9RGB
rgb(115, 195, 217)HSL
hsl(193, 57%, 65%)OKLCH
oklch(0.774 0.084 217.5)CMYK
cmyk(47%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59B7D1
2#3FACCA
3#329AB6
4#2B849C
5#246E82
6#1D5868
7#15424E
8#0E2C34
9#07161A
Tints
Lighter variations
1#81C9DC
2#8FCFE0
3#9DD5E4
4#ABDBE8
5#B9E1EC
6#C7E7F0
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#78C0D4
2#7DBDCE
3#82BAC9
4#87B7C4
5#8CB4BF
6#91B1BA
7#96AEB5
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 | A3D7 #A3D7E6 | BordersInactive statesPlaceholder text |
| 400 | 73C3 #73C3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB1 #4BB1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3094 #3094B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2676 #26768C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B54 #1B5464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #A3D7E6;
--sky-blue-400: #73C3D9;
--sky-blue-500: #4BB1CE;
--sky-blue-600: #3094B0;
--sky-blue-700: #26768C;
--sky-blue-800: #1B5464;
--sky-blue-900: #123640;
--sky-blue-950: #0B2228;
}