Sky Blue
#7FC6CC
CyanColor Codes
All color formats for development
HEX
#7FC6CCRGB
rgb(127, 198, 204)HSL
hsl(185, 43%, 65%)OKLCH
oklch(0.782 0.072 202.6)CMYK
cmyk(38%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68BBC3
2#50B0B9
3#429EA6
4#39878E
5#2F7177
6#265A5F
7#1C4447
8#132D2F
9#091718
Tints
Lighter variations
1#8CCBD1
2#99D1D6
3#A6D7DB
4#B2DDE0
5#BFE2E6
6#CCE8EB
7#D9EEF0
8#E5F4F5
9#F2F9FA
Tones
Muted variations
1#83C3C8
2#87BFC4
3#8BBCC1
4#8FB9BD
5#93B6B9
6#96B3B5
7#9AAFB1
8#9EACAD
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC6 #7FC6CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB5 #5BB5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4098 #4098A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3379 #337980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2457 #24575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #D0EAEC;
--sky-blue-300: #ABD9DE;
--sky-blue-400: #7FC6CC;
--sky-blue-500: #5BB5BE;
--sky-blue-600: #4098A0;
--sky-blue-700: #337980;
--sky-blue-800: #24575B;
--sky-blue-900: #17373A;
--sky-blue-950: #0F2324;
}