Sky Blue
#7BBED1
CyanColor Codes
All color formats for development
HEX
#7BBED1RGB
rgb(123, 190, 209)HSL
hsl(193, 48%, 65%)OKLCH
oklch(0.764 0.073 217.7)CMYK
cmyk(41%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62B2C8
2#4AA6BF
3#3C94AC
4#347F93
5#2B697B
6#225462
7#1A3F4A
8#112A31
9#091519
Tints
Lighter variations
1#88C5D5
2#95CBDA
3#A3D2DF
4#B0D8E3
5#BDDFE8
6#CAE5EC
7#D7ECF1
8#E5F2F6
9#F2F9FA
Tones
Muted variations
1#7FBCCC
2#83B9C8
3#88B7C4
4#8CB4BF
5#90B2BB
6#95AFB7
7#99ADB3
8#9DABAE
9#A1A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBE #7BBED1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AB #55ABC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8F #3A8FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F2F6;
--sky-blue-200: #CEE7EE;
--sky-blue-300: #A8D4E1;
--sky-blue-400: #7BBED1;
--sky-blue-500: #55ABC3;
--sky-blue-600: #3A8FA6;
--sky-blue-700: #2E7284;
--sky-blue-800: #21515E;
--sky-blue-900: #15343C;
--sky-blue-950: #0D2026;
}