Sky Blue
#6DC0DF
BlueColor Codes
All color formats for development
HEX
#6DC0DFRGB
rgb(109, 192, 223)HSL
hsl(196, 64%, 65%)OKLCH
oklch(0.767 0.092 224.4)CMYK
cmyk(51%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51B5D9
2#36A9D3
3#2A97BE
4#2481A3
5#1E6C88
6#18566D
7#124152
8#0C2B36
9#06161B
Tints
Lighter variations
1#7BC7E2
2#8ACDE5
3#99D3E9
4#A7D9EC
5#B6E0EF
6#C4E6F2
7#D3ECF5
8#E2F2F9
9#F0F9FC
Tones
Muted variations
1#72BED9
2#78BBD3
3#7EB8CE
4#83B6C8
5#89B3C2
6#8FB0BD
7#95AEB7
8#9AABB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6EA | BordersInactive statesPlaceholder text |
| 400 | 6DC0 #6DC0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43AF #43AFD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2892 #2892B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2074 #207492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1753 #175369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F2F9;
--sky-blue-200: #C9E8F3;
--sky-blue-300: #9FD6EA;
--sky-blue-400: #6DC0DF;
--sky-blue-500: #43AFD6;
--sky-blue-600: #2892B8;
--sky-blue-700: #207492;
--sky-blue-800: #175369;
--sky-blue-900: #0F3543;
--sky-blue-950: #09212A;
}