Sky Blue
#4FC9C9
CyanColor Codes
All color formats for development
HEX
#4FC9C9RGB
rgb(79, 201, 201)HSL
hsl(180, 53%, 55%)OKLCH
oklch(0.769 0.107 195.2)CMYK
cmyk(61%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BC1C1
2#35ACAC
3#2E9696
4#288181
5#216B6B
6#1A5656
7#144040
8#0D2B2B
9#071515
Tints
Lighter variations
1#61CECE
2#73D4D4
3#84D9D9
4#96DFDF
5#A7E4E4
6#B9E9E9
7#CAEFEF
8#DCF4F4
9#EDFAFA
Tones
Muted variations
1#56C3C3
2#5CBDBD
3#62B7B7
4#68B1B1
5#6EABAB
6#74A5A5
7#7A9E9E
8#809898
9#869292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E3 #A5E3E3 | BordersInactive statesPlaceholder text |
| 400 | 76D5 #76D5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FC9 #4FC9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 35AC #35ACAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A89 #2A8989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E62 #1E6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133E #133E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F7F7;
--sky-blue-200: #CCEFEF;
--sky-blue-300: #A5E3E3;
--sky-blue-400: #76D5D5;
--sky-blue-500: #4FC9C9;
--sky-blue-600: #35ACAC;
--sky-blue-700: #2A8989;
--sky-blue-800: #1E6262;
--sky-blue-900: #133E3E;
--sky-blue-950: #0C2727;
}