Sky Blue
#4ACFC6
CyanColor Codes
All color formats for development
HEX
#4ACFC6RGB
rgb(74, 207, 198)HSL
hsl(176, 58%, 55%)OKLCH
oklch(0.781 0.115 188.7)CMYK
cmyk(64%, 0%, 4%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C7BE
2#2FB1A9
3#299B94
4#23857E
5#1D6F69
6#185954
7#12423F
8#0C2C2A
9#061615
Tints
Lighter variations
1#5CD4CC
2#6ED8D1
3#80DDD7
4#92E2DD
5#A4E7E2
6#B6ECE8
7#C9F1EE
8#DBF5F4
9#EDFAF9
Tones
Muted variations
1#50C8C0
2#57C1BA
3#5EBBB5
4#64B4AF
5#6BAEA9
6#72A7A3
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 #A2E6E2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6560 | 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: #CBF1EF;
--sky-blue-300: #A2E6E2;
--sky-blue-400: #72DAD3;
--sky-blue-500: #4ACFC6;
--sky-blue-600: #2FB1A9;
--sky-blue-700: #258D86;
--sky-blue-800: #1B6560;
--sky-blue-900: #11403D;
--sky-blue-950: #0B2826;
}