Sky Blue
#7BC4D1
CyanColor Codes
All color formats for development
HEX
#7BC4D1RGB
rgb(123, 196, 209)HSL
hsl(189, 48%, 65%)OKLCH
oklch(0.777 0.075 210)CMYK
cmyk(41%, 6%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62B9C8
2#4AAEBF
3#3C9BAC
4#348593
5#2B6F7B
6#225962
7#1A424A
8#112C31
9#091619
Tints
Lighter variations
1#88CAD5
2#95D0DA
3#A3D6DF
4#B0DBE3
5#BDE1E8
6#CAE7EC
7#D7EDF1
8#E5F3F6
9#F2F9FA
Tones
Muted variations
1#7FC1CC
2#83BEC8
3#88BBC4
4#8CB8BF
5#90B5BB
6#95B2B7
7#99AFB3
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 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D8 #A8D8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC4 #7BC4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B3 #55B3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A96 #3A96A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E77 #2E7784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2155 #21555E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F6;
--sky-blue-200: #CEE9EE;
--sky-blue-300: #A8D8E1;
--sky-blue-400: #7BC4D1;
--sky-blue-500: #55B3C3;
--sky-blue-600: #3A96A6;
--sky-blue-700: #2E7784;
--sky-blue-800: #21555E;
--sky-blue-900: #15373C;
--sky-blue-950: #0D2226;
}