Sky Blue
#4ACFC8
CyanColor Codes
All color formats for development
HEX
#4ACFC8RGB
rgb(74, 207, 200)HSL
hsl(177, 58%, 55%)OKLCH
oklch(0.781 0.114 190.1)CMYK
cmyk(64%, 0%, 3%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C7C0
2#2FB1AB
3#299B95
4#238580
5#1D6F6B
6#185955
7#124240
8#0C2C2B
9#061615
Tints
Lighter variations
1#5CD4CE
2#6ED8D3
3#80DDD9
4#92E2DE
5#A4E7E4
6#B6ECE9
7#C9F1EF
8#DBF5F4
9#EDFAFA
Tones
Muted variations
1#50C8C2
2#57C1BC
3#5EBBB6
4#64B4B0
5#6BAEAA
6#72A7A4
7#78A09E
8#7F9A98
9#869392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F8F6;
--sky-blue-200: #CBF1EF;
--sky-blue-300: #A2E6E3;
--sky-blue-400: #72DAD4;
--sky-blue-500: #4ACFC8;
--sky-blue-600: #2FB1AB;
--sky-blue-700: #258D88;
--sky-blue-800: #1B6561;
--sky-blue-900: #11403E;
--sky-blue-950: #0B2827;
}