Sky Blue
#7BBDD1
CyanColor Codes
All color formats for development
HEX
#7BBDD1RGB
rgb(123, 189, 209)HSL
hsl(194, 48%, 65%)OKLCH
oklch(0.761 0.073 219)CMYK
cmyk(41%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62B0C8
2#4AA4BF
3#3C92AC
4#347D93
5#2B687B
6#225362
7#1A3E4A
8#112A31
9#091519
Tints
Lighter variations
1#88C3D5
2#95CADA
3#A3D1DF
4#B0D7E3
5#BDDEE8
6#CAE4EC
7#D7EBF1
8#E5F2F6
9#F2F8FA
Tones
Muted variations
1#7FBACC
2#83B8C8
3#88B6C4
4#8CB3BF
5#90B1BB
6#95AFB7
7#99ADB3
8#9DAAAE
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 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBD #7BBDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AA #55AAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8D #3A8DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E70 #2E7084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | 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: #CEE6EE;
--sky-blue-300: #A8D3E1;
--sky-blue-400: #7BBDD1;
--sky-blue-500: #55AAC3;
--sky-blue-600: #3A8DA6;
--sky-blue-700: #2E7084;
--sky-blue-800: #21505E;
--sky-blue-900: #15333C;
--sky-blue-950: #0D2026;
}