Sky Blue
#7BC7D1
CyanColor Codes
All color formats for development
HEX
#7BC7D1RGB
rgb(123, 199, 209)HSL
hsl(187, 48%, 65%)OKLCH
oklch(0.784 0.077 206.4)CMYK
cmyk(41%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62BCC8
2#4AB2BF
3#3C9FAC
4#348893
5#2B717B
6#225B62
7#1A444A
8#112D31
9#091719
Tints
Lighter variations
1#88CCD5
2#95D2DA
3#A3D8DF
4#B0DDE3
5#BDE3E8
6#CAE8EC
7#D7EEF1
8#E5F4F6
9#F2F9FA
Tones
Muted variations
1#7FC3CC
2#83C0C8
3#88BDC4
4#8CB9BF
5#90B6BB
6#95B3B7
7#99B0B3
8#9DACAE
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC7 #7BC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B6 #55B6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A99 #3A99A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7A #2E7A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2157 #21575E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F6;
--sky-blue-200: #CEEAEE;
--sky-blue-300: #A8DAE1;
--sky-blue-400: #7BC7D1;
--sky-blue-500: #55B6C3;
--sky-blue-600: #3A99A6;
--sky-blue-700: #2E7A84;
--sky-blue-800: #21575E;
--sky-blue-900: #15383C;
--sky-blue-950: #0D2326;
}