Sky Blue
#4AC6CF
CyanColor Codes
All color formats for development
HEX
#4AC6CFRGB
rgb(74, 198, 207)HSL
hsl(184, 58%, 55%)OKLCH
oklch(0.762 0.108 202)CMYK
cmyk(64%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35BEC7
2#2FA9B1
3#29949B
4#237E85
5#1D696F
6#185459
7#123F42
8#0C2A2C
9#061516
Tints
Lighter variations
1#5CCCD4
2#6ED1D8
3#80D7DD
4#92DDE2
5#A4E2E7
6#B6E8EC
7#C9EEF1
8#DBF4F5
9#EDF9FA
Tones
Muted variations
1#50C0C8
2#57BAC1
3#5EB5BB
4#64AFB4
5#6BA9AE
6#72A3A7
7#789EA0
8#7F989A
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F8;
--sky-blue-200: #CBEFF1;
--sky-blue-300: #A2E2E6;
--sky-blue-400: #72D3DA;
--sky-blue-500: #4AC6CF;
--sky-blue-600: #2FA9B1;
--sky-blue-700: #25868D;
--sky-blue-800: #1B6065;
--sky-blue-900: #113D40;
--sky-blue-950: #0B2628;
}