Sky Blue
#7FC8CC
CyanColor Codes
All color formats for development
HEX
#7FC8CCRGB
rgb(127, 200, 204)HSL
hsl(183, 43%, 65%)OKLCH
oklch(0.786 0.073 200.2)CMYK
cmyk(38%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68BEC3
2#50B4B9
3#42A1A6
4#398A8E
5#2F7377
6#265C5F
7#1C4547
8#132E2F
9#091718
Tints
Lighter variations
1#8CCED1
2#99D3D6
3#A6D9DB
4#B2DEE0
5#BFE4E6
6#CCE9EB
7#D9EFF0
8#E5F4F5
9#F2FAFA
Tones
Muted variations
1#83C5C8
2#87C1C4
3#8BBEC1
4#8FBABD
5#93B7B9
6#96B4B5
7#9AB0B1
8#9EADAD
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 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7FC8 #7FC8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB9 #5BB9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409C #409CA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337C #337C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | 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: #D0EBEC;
--sky-blue-300: #ABDBDE;
--sky-blue-400: #7FC8CC;
--sky-blue-500: #5BB9BE;
--sky-blue-600: #409CA0;
--sky-blue-700: #337C80;
--sky-blue-800: #24585B;
--sky-blue-900: #17393A;
--sky-blue-950: #0F2324;
}