Sky Blue
#7FC1CC
CyanColor Codes
All color formats for development
HEX
#7FC1CCRGB
rgb(127, 193, 204)HSL
hsl(189, 43%, 65%)OKLCH
oklch(0.771 0.069 209)CMYK
cmyk(38%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B5C3
2#50A9B9
3#4297A6
4#39818E
5#2F6C77
6#26565F
7#1C4147
8#132B2F
9#091618
Tints
Lighter variations
1#8CC7D1
2#99CDD6
3#A6D3DB
4#B2DAE0
5#BFE0E6
6#CCE6EB
7#D9ECF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#83BEC8
2#87BBC4
3#8BB9C1
4#8FB6BD
5#93B3B9
6#96B0B5
7#9AAEB1
8#9EABAD
9#A2A8AA
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 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7FC1 #7FC1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAF #5BAFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4092 #4092A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3374 #337480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | 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: #ABD6DE;
--sky-blue-400: #7FC1CC;
--sky-blue-500: #5BAFBE;
--sky-blue-600: #4092A0;
--sky-blue-700: #337480;
--sky-blue-800: #24535B;
--sky-blue-900: #17353A;
--sky-blue-950: #0F2124;
}