Sky Blue
#4AC1CF
CyanColor Codes
All color formats for development
HEX
#4AC1CFRGB
rgb(74, 193, 207)HSL
hsl(186, 58%, 55%)OKLCH
oklch(0.75 0.106 206.1)CMYK
cmyk(64%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B9C7
2#2FA4B1
3#29909B
4#237B85
5#1D676F
6#185259
7#123E42
8#0C292C
9#061516
Tints
Lighter variations
1#5CC8D4
2#6ECED8
3#80D4DD
4#92DAE2
5#A4E0E7
6#B6E6EC
7#C9EDF1
8#DBF3F5
9#EDF9FA
Tones
Muted variations
1#50BCC8
2#57B7C1
3#5EB2BB
4#64ACB4
5#6BA7AE
6#72A2A7
7#789CA0
8#7F979A
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E6 | BordersInactive statesPlaceholder text |
| 400 | 72CF #72CFDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC1 #4AC1CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA4 #2FA4B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C40 | 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: #E3F5F8;
--sky-blue-200: #CBEDF1;
--sky-blue-300: #A2E0E6;
--sky-blue-400: #72CFDA;
--sky-blue-500: #4AC1CF;
--sky-blue-600: #2FA4B1;
--sky-blue-700: #25838D;
--sky-blue-800: #1B5D65;
--sky-blue-900: #113C40;
--sky-blue-950: #0B2528;
}