Sky Blue
#73CED9
CyanColor Codes
All color formats for development
HEX
#73CED9RGB
rgb(115, 206, 217)HSL
hsl(186, 57%, 65%)OKLCH
oklch(0.799 0.088 205.7)CMYK
cmyk(47%, 5%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59C5D1
2#3FBCCA
3#32A9B6
4#2B919C
5#247982
6#1D6168
7#15484E
8#0E3034
9#07181A
Tints
Lighter variations
1#81D3DC
2#8FD8E0
3#9DDDE4
4#ABE2E8
5#B9E7EC
6#C7ECF0
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#78CAD4
2#7DC6CE
3#82C2C9
4#87BEC4
5#8CBABF
6#91B6BA
7#96B2B5
8#9CAEB0
9#A1AAAB
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 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DF #A3DFE6 | BordersInactive statesPlaceholder text |
| 400 | 73CE #73CED9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC1 #4BC1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A3 #30A3B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2682 #26828C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | 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: #CBEDF1;
--sky-blue-300: #A3DFE6;
--sky-blue-400: #73CED9;
--sky-blue-500: #4BC1CE;
--sky-blue-600: #30A3B0;
--sky-blue-700: #26828C;
--sky-blue-800: #1B5D64;
--sky-blue-900: #123B40;
--sky-blue-950: #0B2528;
}