Sky Blue
#73C1D9
CyanColor Codes
All color formats for development
HEX
#73C1D9RGB
rgb(115, 193, 217)HSL
hsl(194, 57%, 65%)OKLCH
oklch(0.769 0.084 219.7)CMYK
cmyk(47%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59B5D1
2#3FAACA
3#3297B6
4#2B829C
5#246C82
6#1D5668
7#15414E
8#0E2B34
9#07161A
Tints
Lighter variations
1#81C7DC
2#8FCDE0
3#9DD4E4
4#ABDAE8
5#B9E0EC
6#C7E6F0
7#D5ECF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#78BED4
2#7DBBCE
3#82B9C9
4#87B6C4
5#8CB3BF
6#91B1BA
7#96AEB5
8#9CABB0
9#A1A8AB
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 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D6 #A3D6E6 | BordersInactive statesPlaceholder text |
| 400 | 73C1 #73C1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BAF #4BAFCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3092 #3092B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2674 #26748C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | 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: #CBE8F1;
--sky-blue-300: #A3D6E6;
--sky-blue-400: #73C1D9;
--sky-blue-500: #4BAFCE;
--sky-blue-600: #3092B0;
--sky-blue-700: #26748C;
--sky-blue-800: #1B5364;
--sky-blue-900: #123540;
--sky-blue-950: #0B2128;
}