Sky Blue
#7BC8D1
CyanColor Codes
All color formats for development
HEX
#7BC8D1RGB
rgb(123, 200, 209)HSL
hsl(186, 48%, 65%)OKLCH
oklch(0.786 0.077 205.2)CMYK
cmyk(41%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62BEC8
2#4AB4BF
3#3CA1AC
4#348A93
5#2B737B
6#225C62
7#1A454A
8#112E31
9#091719
Tints
Lighter variations
1#88CED5
2#95D3DA
3#A3D9DF
4#B0DEE3
5#BDE4E8
6#CAE9EC
7#D7EFF1
8#E5F4F6
9#F2FAFA
Tones
Muted variations
1#7FC5CC
2#83C1C8
3#88BEC4
4#8CBABF
5#90B7BB
6#95B3B7
7#99B0B3
8#9DADAE
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 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | 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: #CEEBEE;
--sky-blue-300: #A8DBE1;
--sky-blue-400: #7BC8D1;
--sky-blue-500: #55B8C3;
--sky-blue-600: #3A9BA6;
--sky-blue-700: #2E7C84;
--sky-blue-800: #21585E;
--sky-blue-900: #15383C;
--sky-blue-950: #0D2326;
}