Sky Blue
#7FC2CC
CyanColor Codes
All color formats for development
HEX
#7FC2CCRGB
rgb(127, 194, 204)HSL
hsl(188, 43%, 65%)OKLCH
oklch(0.773 0.069 207.7)CMYK
cmyk(38%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B7C3
2#50ABB9
3#4299A6
4#39838E
5#2F6D77
6#26575F
7#1C4147
8#132C2F
9#091618
Tints
Lighter variations
1#8CC8D1
2#99CED6
3#A6D4DB
4#B2DAE0
5#BFE0E6
6#CCE7EB
7#D9EDF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#83BFC8
2#87BCC4
3#8BB9C1
4#8FB7BD
5#93B4B9
6#96B1B5
7#9AAEB1
8#9EABAD
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 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7FC2 #7FC2CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB0 #5BB0BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4094 #4094A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3375 #337580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545B | 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: #D0E8EC;
--sky-blue-300: #ABD7DE;
--sky-blue-400: #7FC2CC;
--sky-blue-500: #5BB0BE;
--sky-blue-600: #4094A0;
--sky-blue-700: #337580;
--sky-blue-800: #24545B;
--sky-blue-900: #17363A;
--sky-blue-950: #0F2224;
}