Sky Blue
#4AC8CF
CyanColor Codes
All color formats for development
HEX
#4AC8CFRGB
rgb(74, 200, 207)HSL
hsl(183, 58%, 55%)OKLCH
oklch(0.767 0.109 200.4)CMYK
cmyk(64%, 3%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C0C7
2#2FABB1
3#29959B
4#238085
5#1D6B6F
6#185559
7#124042
8#0C2B2C
9#061516
Tints
Lighter variations
1#5CCED4
2#6ED3D8
3#80D9DD
4#92DEE2
5#A4E4E7
6#B6E9EC
7#C9EFF1
8#DBF4F5
9#EDFAFA
Tones
Muted variations
1#50C2C8
2#57BCC1
3#5EB6BB
4#64B0B4
5#6BAAAE
6#72A4A7
7#789EA0
8#7F989A
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E3 #A2E3E6 | BordersInactive statesPlaceholder text |
| 400 | 72D4 #72D4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC8 #4AC8CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FAB #2FABB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2588 #25888D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B61 #1B6165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113E #113E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F8;
--sky-blue-200: #CBEFF1;
--sky-blue-300: #A2E3E6;
--sky-blue-400: #72D4DA;
--sky-blue-500: #4AC8CF;
--sky-blue-600: #2FABB1;
--sky-blue-700: #25888D;
--sky-blue-800: #1B6165;
--sky-blue-900: #113E40;
--sky-blue-950: #0B2728;
}