Teal
#02677E
CyanColor Codes
All color formats for development
HEX
#02677ERGB
rgb(2, 103, 126)HSL
hsl(191, 97%, 25%)OKLCH
oklch(0.476 0.086 220.4)CMYK
cmyk(98%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025D71
2#025264
3#014858
4#013E4B
5#01333F
6#012932
7#011F26
8#001519
9#000A0D
Tints
Lighter variations
1#0286A3
2#03A5C9
3#04C4EF
4#1DD3FC
5#43DAFC
6#68E1FD
7#8EE9FD
8#B4F0FE
9#D9F8FE
Tones
Muted variations
1#086377
2#0E5F71
3#145B6B
4#1B5765
5#21535F
6#274F58
7#2D4B52
8#33484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BEF2FE;
--teal-300: #8BE8FD;
--teal-400: #4FDDFC;
--teal-500: #1DD3FC;
--teal-600: #03B5DD;
--teal-700: #0390B0;
--teal-800: #02677E;
--teal-900: #014250;
--teal-950: #012932;
}