Sky Blue
#6DC2DF
BlueColor Codes
All color formats for development
HEX
#6DC2DFRGB
rgb(109, 194, 223)HSL
hsl(195, 64%, 65%)OKLCH
oklch(0.771 0.092 222.3)CMYK
cmyk(51%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51B7D9
2#36ACD3
3#2A99BE
4#2483A3
5#1E6D88
6#18586D
7#124252
8#0C2C36
9#06161B
Tints
Lighter variations
1#7BC8E2
2#8ACEE5
3#99D5E9
4#A7DBEC
5#B6E1EF
6#C4E7F2
7#D3EDF5
8#E2F3F9
9#F0F9FC
Tones
Muted variations
1#72BFD9
2#78BDD3
3#7EBACE
4#83B7C8
5#89B4C2
6#8FB1BD
7#95AEB7
8#9AABB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7EA | BordersInactive statesPlaceholder text |
| 400 | 6DC2 #6DC2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B1 #43B1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2894 #2894B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2076 #207692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1754 #175469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F3F9;
--sky-blue-200: #C9E8F3;
--sky-blue-300: #9FD7EA;
--sky-blue-400: #6DC2DF;
--sky-blue-500: #43B1D6;
--sky-blue-600: #2894B8;
--sky-blue-700: #207692;
--sky-blue-800: #175469;
--sky-blue-900: #0F3643;
--sky-blue-950: #09222A;
}