Sky Blue
#73BCD9
BlueColor Codes
All color formats for development
HEX
#73BCD9RGB
rgb(115, 188, 217)HSL
hsl(197, 57%, 65%)OKLCH
oklch(0.758 0.084 225.4)CMYK
cmyk(47%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59AFD1
2#3FA3CA
3#3291B6
4#2B7C9C
5#246782
6#1D5368
7#153E4E
8#0E2934
9#07151A
Tints
Lighter variations
1#81C3DC
2#8FC9E0
3#9DD0E4
4#ABD7E8
5#B9DDEC
6#C7E4F0
7#D5EBF3
8#E3F2F7
9#F1F8FB
Tones
Muted variations
1#78BAD4
2#7DB7CE
3#82B5C9
4#87B3C4
5#8CB1BF
6#91AFBA
7#96ACB5
8#9CAAB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D3 #A3D3E6 | BordersInactive statesPlaceholder text |
| 400 | 73BC #73BCD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA9 #4BA9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 308C #308CB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 266F #266F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4F #1B4F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F7;
--sky-blue-200: #CBE6F1;
--sky-blue-300: #A3D3E6;
--sky-blue-400: #73BCD9;
--sky-blue-500: #4BA9CE;
--sky-blue-600: #308CB0;
--sky-blue-700: #266F8C;
--sky-blue-800: #1B4F64;
--sky-blue-900: #123340;
--sky-blue-950: #0B2028;
}