Sky Blue
#4BC9CE
CyanColor Codes
All color formats for development
HEX
#4BC9CERGB
rgb(75, 201, 206)HSL
hsl(182, 57%, 55%)OKLCH
oklch(0.769 0.109 198.9)CMYK
cmyk(64%, 2%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C1C6
2#30ACB0
3#2A969A
4#248184
5#1E6B6E
6#185658
7#124042
8#0C2B2C
9#061516
Tints
Lighter variations
1#5DCFD3
2#6FD4D8
3#81D9DC
4#93DFE1
5#A5E4E6
6#B7EAEB
7#C9EFF0
8#DBF4F5
9#EDFAFA
Tones
Muted variations
1#51C3C7
2#58BDC1
3#5EB7BA
4#65B1B3
5#6CABAD
6#72A5A6
7#799FA0
8#7F9899
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBEFF1;
--sky-blue-300: #A3E4E6;
--sky-blue-400: #73D5D9;
--sky-blue-500: #4BC9CE;
--sky-blue-600: #30ACB0;
--sky-blue-700: #26898C;
--sky-blue-800: #1B6264;
--sky-blue-900: #123F40;
--sky-blue-950: #0B2728;
}