Sky Blue
#7FC4CC
CyanColor Codes
All color formats for development
HEX
#7FC4CCRGB
rgb(127, 196, 204)HSL
hsl(186, 43%, 65%)OKLCH
oklch(0.777 0.07 205.1)CMYK
cmyk(38%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68BAC3
2#50AFB9
3#429CA6
4#39868E
5#2F6F77
6#26595F
7#1C4347
8#132D2F
9#091618
Tints
Lighter variations
1#8CCAD1
2#99D0D6
3#A6D6DB
4#B2DCE0
5#BFE2E6
6#CCE8EB
7#D9EDF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#83C1C8
2#87BEC4
3#8BBBC1
4#8FB8BD
5#93B5B9
6#96B2B5
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 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC4 #7FC4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB4 #5BB4BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4097 #4097A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3378 #337880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F5;
--sky-blue-200: #D0E9EC;
--sky-blue-300: #ABD9DE;
--sky-blue-400: #7FC4CC;
--sky-blue-500: #5BB4BE;
--sky-blue-600: #4097A0;
--sky-blue-700: #337880;
--sky-blue-800: #24565B;
--sky-blue-900: #17373A;
--sky-blue-950: #0F2224;
}