Sky Blue
#4ACFC4
CyanColor Codes
All color formats for development
HEX
#4ACFC4RGB
rgb(74, 207, 196)HSL
hsl(175, 58%, 55%)OKLCH
oklch(0.78 0.115 187.3)CMYK
cmyk(64%, 0%, 5%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C7BB
2#2FB1A6
3#299B92
4#23857D
5#1D6F68
6#185953
7#12423E
8#0C2C2A
9#061615
Tints
Lighter variations
1#5CD4CA
2#6ED8D0
3#80DDD5
4#92E2DB
5#A4E7E1
6#B6ECE7
7#C9F1ED
8#DBF5F3
9#EDFAF9
Tones
Muted variations
1#50C8BE
2#57C1B9
3#5EBBB3
4#64B4AE
5#6BAEA8
6#72A7A2
7#78A09D
8#7F9A97
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 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | 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: #CBF1EE;
--sky-blue-300: #A2E6E1;
--sky-blue-400: #72DAD1;
--sky-blue-500: #4ACFC4;
--sky-blue-600: #2FB1A6;
--sky-blue-700: #258D84;
--sky-blue-800: #1B655F;
--sky-blue-900: #11403D;
--sky-blue-950: #0B2826;
}