Sky Blue
#4ACFCF
CyanColor Codes
All color formats for development
HEX
#4ACFCFRGB
rgb(74, 207, 207)HSL
hsl(180, 58%, 55%)OKLCH
oklch(0.784 0.114 195.1)CMYK
cmyk(64%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C7C7
2#2FB1B1
3#299B9B
4#238585
5#1D6F6F
6#185959
7#124242
8#0C2C2C
9#061616
Tints
Lighter variations
1#5CD4D4
2#6ED8D8
3#80DDDD
4#92E2E2
5#A4E7E7
6#B6ECEC
7#C9F1F1
8#DBF5F5
9#EDFAFA
Tones
Muted variations
1#50C8C8
2#57C1C1
3#5EBBBB
4#64B4B4
5#6BAEAE
6#72A7A7
7#78A0A0
8#7F9A9A
9#869393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F8F8;
--sky-blue-200: #CBF1F1;
--sky-blue-300: #A2E6E6;
--sky-blue-400: #72DADA;
--sky-blue-500: #4ACFCF;
--sky-blue-600: #2FB1B1;
--sky-blue-700: #258D8D;
--sky-blue-800: #1B6565;
--sky-blue-900: #114040;
--sky-blue-950: #0B2828;
}