Sky Blue
#7FC3CC
CyanColor Codes
All color formats for development
HEX
#7FC3CCRGB
rgb(127, 195, 204)HSL
hsl(187, 43%, 65%)OKLCH
oklch(0.775 0.07 206.4)CMYK
cmyk(38%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B8C3
2#50ADB9
3#429AA6
4#39848E
5#2F6E77
6#26585F
7#1C4247
8#132C2F
9#091618
Tints
Lighter variations
1#8CC9D1
2#99CFD6
3#A6D5DB
4#B2DBE0
5#BFE1E6
6#CCE7EB
7#D9EDF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#83C0C8
2#87BDC4
3#8BBAC1
4#8FB7BD
5#93B4B9
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 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7FC3 #7FC3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB2 #5BB2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4095 #4095A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3377 #337780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363A | 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: #ABD8DE;
--sky-blue-400: #7FC3CC;
--sky-blue-500: #5BB2BE;
--sky-blue-600: #4095A0;
--sky-blue-700: #337780;
--sky-blue-800: #24555B;
--sky-blue-900: #17363A;
--sky-blue-950: #0F2224;
}